Talk:How to do dynamic translation in QML: Difference between revisions
Jump to navigation
Jump to search
(Created page with "there isn't anotherway dynamic translate ? I have to add emptyString ? i want to another way without emptystring? is there it ?") |
Veryqtperson (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
i want to another way without emptystring? | i want to another way without emptystring? | ||
is there it ? | is there it ? | ||
<blockquote>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.</blockquote> | |||
Any news about that? In Qt 5.7.1 this trick is still required. |
Revision as of 10:01, 4 January 2017
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.