[SOLVED] Form localization doesn't work
-
Hello there,
I'm creating a desktop app composed by different and usual files (*.h, *.cpp and *.ui).
I've started exctraction of texts using lupdate and from within linguistic I am able to change value to new languages; I also see my texts and ui extracted texts.
But when I start my app in english, despite it loads translation correctly, I see just my translated texts and not ui texts in different forms.Do you know why this behaviour?
-
Have a look at this example:
"Translation docs":http://qt-project.org/doc/qt-4.8/i18n-source-translation.html#enabling-translationI guess you forgot to load the translaton file for the default Qt text strings
-
Hi,
Then can you update the thread's title to solved ? So other forum users will know a solution has been found :)