GUI Localization

How do I change the Cubit GUI to another language, for example, Japanese?

The GUI can be localized to show prompts in different languages. The Cubit commands used in the command line have to be in English.

To localize the GUI

a. csimsoft can send you a localization source file.
b. Use that file inside of Qtlinguist.exe to translate the various GUI strings.
c. Then run ‘lrelease.exe’ to create the .qm file.
d. Name the .qm file appropriately, such as “cubit_en_US.qm” or “cubit_jp.qm”.
e. Copy it to the /bin folder and voila.

More information about localization can be found at doc.qt.nokia.com/4.7-snapshot/li … anual.html

Cheers