[Interest] Qt 5.x internationalization.

Mitch Curtis mitch.curtis at digia.com
Fri Oct 11 14:40:48 CEST 2013


On 10/11/2013 09:13 AM, Ramesh Nelakuditi wrote:
> Dear All,
>
> I would like to use following languages in my Qt5.x application ,
> *English, German, French, Spanish, Italian, Chinese, and Japanese.*
>
> Could you let us know, if there are any restriction on these languages
> for Qt5.x framework.
>
> Thanks,
> Ramesh.

Not that I'm aware of. You can see which languages are supported by 
QLocale with QLocale::matchingLocales() [1]. As far as I know, Qt works 
with the various IMEs (I've played around with Japanese). Beyond that, I 
guess the only restriction is your translator. :) Perhaps be a bit more 
specific about which kind of restrictions you were thinking of?

[1] http://qt-project.org/doc/qt-5.1/qtcore/qlocale.html#matchingLocales



More information about the Interest mailing list