Setting the Language
Enterprise Manager detects your local language and defaults to English if that language is unavailable. You can set the language by adding a --nl parameter with the Locale ID either to the Enterprise Manager executable or to the EnterpriseManager.ini file.
Supported Languages
| Language | Locale ID |
|---|---|
| Chinese (Simplified) | zh |
| Chinese (Traditional) | zh-TW |
| Dutch (Nederland) | nl |
| English | en |
| French | fr |
| German | de |
| Italian | it |
| Japanese | ja |
| Korean | ko |
| Portuguese (Brazil) | pt |
| Spanish | es |
Add the Parameter to the Executable
To set the language using the executable shortcut, complete the following steps:
-
Right-click the Enterprise Manager shortcut and select Properties.
-
Select the Shortcut tab and locate the Target field.
-
Add the language parameter after
EnterpriseManager.exe. For example:EnterpriseManager.exe --nl de.Alternatively, create a
.batfile and add the parameter there.
Result: Enterprise Manager starts in the specified language the next time you open it.
Update the Configuration File
To set the language using the configuration file, complete the following steps:
- Go to the Enterprise Manager installation directory.
- Open EnterpriseManager.ini with WordPad or a text editor.
- Insert a new line before the
--startupline with the required language parameter. For example:--nl de. - Save and close the file.
- Restart Enterprise Manager.
Result: Enterprise Manager starts in the specified language on the next restart.