Qt 6.11 is out! See what's new in the release
blog
How to get current application language for simplified Chinese, TW or HK on S60
Mobile and Embedded
1
Posts
1
Posters
1.9k
Views
1
Watching
-
I am using Qt mobility API QSystemInfo::currentLanguange API to get the device language. It works fine except when device language is set to Chinese TW or HK. In all different chinese language QSystemInfo::currentLanguange API return 'zh'. I have tried with QLocale::system API as well. it behaves same.
Is there a way to differentiate for Chinese on S60 environment? Has anybody managed to get this work ?