Language Localization in GENESIS
GENESIS contains support for localization of the Workbench and GraphWorX configuration environments. This is supported through language packs available in the following languages:
- Chinese (simplified)
- French
- German
- Japanese
The GENESIS installer detects the language version of Windows installed on the machine and automatically installs the corresponding localization if the language is supported. On systems with other language versions of Windows, GENESIS is installed in the default English version.
To manually switch the language pack used in GENESIS:
- Navigate to C:\ProgramData\ICONICS\11 and open FwxServer.config.json in Notepad or another text editor.
-
Scroll down to the [Common] section, add a comma to the end of the previous line, and insert the following line: "CustomCulture":, followed by a space and the code of the desired language, enclosed in quotation marks. Use the codes in this table.
Language
Code
English
en
Chinese (simplified)
zh-hans
French
fr
German
de
Japanese
ja
Example:
In GENESIS version 11.2 and earlier, open IcoSetup64.ini instead, and add the line to the [COMMON] section in the following format: CustomCulture=, followed by the code of the desired language (no space).
Example:
- Save the file and restart the machine.