> -----Original Message-----
> From: Interest [mailto:interest-bounces+kai.koehne=qt...@qt-project.org]
> On Behalf Of Isaac Garcia
> Sent: Thursday, April 21, 2016 10:25 AM
> To: interest@qt-project.org
> Subject: [Interest] Qt installer framework
> 
> Hi,
> 
> Is there any form to change the language to the default pages in the
> installer? I've seen that in SDK code exists a translation in the file es.ts 
> but It
> doesn't translate or I'm doing something wrong.

The installer framework tries to adapt to the system language. That is, it 
iterates over

  QLocale().uiLanguages()

and tries to load qt_LANG.qm and LANG.qm from the resource system.

If you want to restrict the languages, you can set Translations in the 
config.xml file.
Still, it will only try to load translations for the system UI lanuage.

Hope this helps,

Kai Koehne
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to