Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Can I get the language code (iso-639) as a string given a Locale::Language ?
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('_'));
@AlaaM You check here for details .