You can change the language that is used by the IBM® Integration Bus installation wizard.
The language of the IBM Integration Bus installation wizard defaults to the language set in . However, you can override the language setting by using the /lang parameter when you start the installation wizard:
IIBSetup10.0.0.0 /lang locale_ID
where locale_ID is the locale ID for the language that you want the installation wizard to use.
The following table lists the options that you can use for the locale ID:
Locale ID | Language code | Language |
---|---|---|
1028 | zh_TW | Chinese (Traditional) |
1031 | de_DE | German |
1033 | en_US | English |
1036 | fr_FR | French |
1040 | it_IT | Italian |
1041 | ja_JP | Japanese |
1042 | ko_KR | Korean |
1045 | pl_PL | Polish |
1046 | pt_BR | Portuguese (Brazil) |
1049 | ru_RU | Russian |
1055 | tr_TR | Turkish |
2052 | zh_CN | Chinese (Simplified) |
3082 | es_ES | Spanish |
For example, to display the installation wizard in English when your operating system locale is not set to English, use the command:
IIBSetup10.0.0.0 /lang 1033