QT Translation - Multi Language Support
-
Hi i have changed the ts file as below still iam not able too see any translation
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS><TS>
<context>
<name>MainWindow</name>
<message>
<location filename="mainwindow.ui" line="14"/>
<source>MainWindow</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="14"/>
<source>&Up</source>
<translation></translation>
</message>
<message>
<location filename="mainwindow.cpp" line="15"/>
<source>&Down</source>
<translation>ccc</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="16"/>
<source>&Left</source>
<translation>bbbb</translation>
</message>
<message>
<location filename="mainwindow.cpp" line="17"/>
<source>&Right</source>
<translation>aaa</translation>
</message>
</context>
</TS> -
Hi and welcome to devnet,
What you have to write in order to do dynamic translation can be found in the "Internationalization with Qt" chapter of Qt's documentation. More precisely under "Dynamic Translation"
-
It's not a pro file problem. The code from janga is not written to support dynamic translation.
-
Go to the documentation chapter I indicated, there's everything you need there including code.