[Solved] Linguist - QML and C++ Dynamic Internationalization - Translations are not applied
Qt Creator and other tools
3
Posts
2
Posters
2.6k
Views
1
Watching
-
Hi,
I am trying to use the Qt Linguist to translate a QML/C++ Application.
This blog post "How to dynamic translation in QML":http://developer.qt.nokia.com/wiki/How_to_do_dynamic_translation_in_QMLgives an example about dynamic translation in an QML/C++ Application.I copied the code. The only adjustment I did is to create a new header and cpp file for the TranslationTest class.
The Application starts successfully but it doesn't change the language.
Any ideas why?