[SOLVED] Multilingual Support
-
Anyone got a list of things to study if I want to create a multilingual Qt/C++ Mac build of my application? My investor wants English as the base, and should automatically detect and switch to Japanese if on a Japanese Mac.
Also, how does one test this without having a Japanese Mac?
-
hi
I started with
http://doc.qt.io/qt-5/internationalization.htmland then
the "Dynamic Language Switching"
from this book
http://www.bogotobogo.com/cplusplus/files/c-gui-programming-with-qt-4-2ndedition.pdfOn windows you can change the locale to test if it will switch. I assume
you can do the same in OSX.