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

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 non-s

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: http://qt-project.org/doc/qt-4.8/qlo