Get language ISO-639 from Locale::Language
Unsolved
General and Desktop
-
Can I get the language code (iso-639) as a string given a
Locale::Language
?Will this way always work:
QLocale::Language language = settings.getUiLanguage(); QLocale myLocale(language); QString str = myLocale.name(); str = str.mid(0,str.indexOf('_'));
-
Can I get the language code (iso-639) as a string given a
Locale::Language
?Will this way always work:
QLocale::Language language = settings.getUiLanguage(); QLocale myLocale(language); QString str = myLocale.name(); str = str.mid(0,str.indexOf('_'));