Setting Up a Custom Language for GENESIS

GENESIS contains a language pack that includes localization files for the following languages:

  • Chinese
  • 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 set up a custom language for GENESIS:

  1. Navigate to C:\ProgramData\ICONICS\11 and open FwxServer.config.json in Notepad or another text editor.
  2. 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 (or eng)

    Chinese

    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:

  3. Save the file and restart the machine.