It is possible to start the client in a different language by overriding regional settings. This might be useful if you prefer your OS in one language, but IT Advisor client in another. However, it is only recommended for bilingual users since some buttons and dialogs, supplied the by operating system, will appear in the language of the operating system. Examples are calendar, color picker and standard buttons.
Mac OS X
Right-click the IT Advisor application icon and choose Show Package Contents. Locate and open Contents/MacOS/eclipse.ini with a text editor. Add new line -Duser.language=[Country Code]
anywhere below -vmargs
line.
Tip
You can create a copy of IT Advisor application for each language and edit eclipse.ini file in each copy.
Below is excerpt from modified eclipse.ini
-application com.apc.isxo.client.bootstrap.application -clean -vmargs -Xms256M -Xmx768M -Dfile.encoding=utf-8 -Duser.language=ja
Linux
Locate IT Advisor executable file. Next to it, there should be IT Advisor.ini file. Open this file with a text editor and add a new line -Duser.language=[Country Code]
anywhere below -vmargs
line.
Windows
Locate IT Advisor.exe and create a shortcut to it. Open shortcut properties and edit the Target line. Add -nl [Country Code]
to the end of the existing string there. Save shortcut.
Opening this shortcut will force IT Advisor client to launch in the selected language.
Tip
You can create multiple shortcuts with different Target line for each language.
Language | Country Code |
---|---|
English | en |
French | fr |
Italian | it |
German | de |
Spanish | es |
Brazilian Portuguese | pt_BR |
Russian | ru |
Japanese | ja |
Chinese Simplified | zh |
Chinese Traditional | zh_TW |
Korean | ko |