Solved How switch translation file
-
I've created 2 .ts file and used Qt Linguist to write the translated string.
Now how can I use them in my code to switch languages and test them? -
Hi
Using this class
https://doc.qt.io/qt-5/qtranslator.html -
@mrjj
Thx, so I need to use "Release" in Qt Linguist to create .qm file and put them inside .qrcUsing the snippet in that link I can test other languages as well.