Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.5.0-beta
-
None
-
Mac OS X 10.6.8
-
575aa068fabb4f20aef1dc991d781d6534a457fc
Description
QLocale::uiLanguages() should be used to auto-detect the desired UI language. Currently QLocale::system().name() is used, which reports the wrong language for systems where locale and UI language differ. See QTBUG-23221.
See: https://qt.gitorious.org/qt-creator/qt-creator/blobs/master/src/app/main.cpp#line276