https://bugs.kde.org/show_bug.cgi?id=382195
--- Comment #5 from Ralf Habacker <[email protected]> --- (In reply to Ralf Habacker from comment #4) > Looking at the implementation of KLocale on Windows shows that there is > currently no support for choosing a different language beside the users > default language (see > https://cgit.kde.org/kdelibs.git/tree/kdecore/localization/klocale_win. > cpp?h=KDE/4.14#n39) The current implementation inits a locale id by m_winLocaleId = GetUserDefaultLCID(); and later use this with in QString KLocaleWindowsPrivate::windowsLocaleValue( LCTYPE key ) const to access locale related values identified by this locale id (https://cgit.kde.org/kdelibs.git/tree/kdecore/localization/klocale_win.cpp?h=KDE/4.14#n68). A change would req -- You are receiving this mail because: You are watching all bug changes.
