Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

Talk:How to do dynamic translation in QML

From Qt Wiki
Revision as of 10:01, 4 January 2017 by Veryqtperson (talk | contribs)
Jump to navigation Jump to search

there isn't anotherway dynamic translate ? I have to add emptyString ? i want to another way without emptystring? is there it ?

When not using this trick, QDeclarativeEngine will not know that it should reevaluate the text and do the translation. There is a suggestion for adding a more convenient way to know when the strings should be retranslated.

Any news about that? In Qt 5.7.1 this trick is still required.