Re: [Interest] Language codes, etc. (Set of ISO 639 standards)

2013-05-21 Thread Dmitrii Volosnykh
QLocale has methods: 1. nativeLanguageName() Returns locale's language name in native spelling. 2. languageToString() [static] Returns other language name in English. I need a method to return other language name in, say, default locale's spelling. Some sort of languageToString() method, but

Re: [Interest] Language codes, etc. (Set of ISO 639 standards)

2013-05-21 Thread Thiago Macieira
On terça-feira, 21 de maio de 2013 19.18.26, Dmitrii Volosnykh wrote: QLocale has methods: 1. nativeLanguageName() Returns locale's language name in native spelling. 2. languageToString() [static] Returns other language name in English. I need a method to return other language name in, say,

[Interest] Language codes, etc. (Set of ISO 639 standards)

2013-05-20 Thread Dmitrii Volosnykh
Hi, does Qt provide any stuff regarding language codes and their names for use in application multi language applications? Regards, Dmitrii. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Language codes, etc. (Set of ISO 639 standards)

2013-05-20 Thread Thiago Macieira
On segunda-feira, 20 de maio de 2013 18.19.26, Dmitrii Volosnykh wrote: Hi, does Qt provide any stuff regarding language codes and their names for use in application multi language applications? See QLocale's documentation, especially this one: