Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
[Solved] Linguist - QML and C++ Dynamic Internationalization - Translations are not applied
-
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?
-
Sorry, I solved the problem. I had to rebuild the project.
-
how you solved it boss.. can you explain please...