Globalization prerequisites for installing

Before you install , ensure that the system meets all globalization prerequisites for your operating system.

Globalization prerequisites

supports . These tables provide configuration details for some of the locales that are supported by . For details about the configuration settings for other locales, see your operating system documentation.

Operating system Description
uses only valid Java language locales. Ensure that your systems are set to the appropriate national language locale.
  1. Ensure that the primary cultural convention and primary language translation are set to UTF-8 for your language: You can set the primary cultural convention and primary language translation by completing these steps:
    1. Change Locale Permanently (User-specific)

      To make the locale change permanent for your user account (even after logging out or restarting), you need to modify your shell configuration file. For example ~/.bashrc, ~/.bash_profile.

      1. Open the shell configuration file in a text editor: vi ~/.bashrc
      2. Add the following line to set the desired locale. For example, for US English: export LANG=en_US.UTF-8
      3. Save the file and exit the editor.
      4. To apply the changes immediately, run: source ~/.bashrc
      5. To verify that the change has been applied, use: echo $LANG
    2. Change Locale Temporarily (Session-based)

      As a non-root user, you can temporarily change the locale for your current session without requiring root privileges.

      1. Set the LANG environment variable for the current session. For example, to change the locale to US English: export LANG=en_US.UTF-8
      2. To confirm that the locale has been set, run: echo $LANGThis will display the new LANG value.
      Note: This change will only persist for the current session and will reset when you log out or restart your terminal.
    Note:
    • As a non-root user, you can modify the locale for your current session and make it persistent by editing your shell configuration file. For example, ~/.bashrc or ~/.bash_profile.
    • Changing system-wide locale or keyboard settings typically requires root access.
  2. Ensure that locale-related environment variables are set to include the locale that is supported by :
    Language Locale Code LC_ALL value
    Brazilian Portuguese PT_BR PT_BR
    English EN_US EN_US
    French FR_FR FR_FR
    German DE_DE DE_DE
    Italian IT_IT IT_IT
    Japanese JA_JP JA_JP
    Korean KO_KR KO_KR
    Polish PL_PL PL_PL
    Romanian RO_RO RO_RO
    Russian RU_RU RU_RU
    Simplified Chinese ZH_CN ZH_CN
    Spanish ES_ES ES_ES
    Traditional Chinese ZH_TW ZH_TW
    To determine your locale, run the following command: locale
    If your locale is not supported, change your locale properties by running the following commands as root user:
    LANG=xx_XX
    export LANG
    LC_ALL=xx_XX
    export LC_ALL
    where xx_XX is the four letter locale code with the same capitalization as shown in the table.
    Note: Ensure that the non-root user's locale is set to the appropriate language. If the locale is not set properly, some of the tools do not display properly.
For national languages, uses only valid Java language locales. Ensure that your systems have the appropriate national language locale for your language installed. Ensure that any locale-related environment variables are set to include the supported locale.
Language CCSID LangID CountryID
English 37 ENU US
French 297 FRA FR
German 273 DEU DE
Italian 280 ITA IT
Spanish 284 ESP ES
Brazilian Portuguese 37 PTB BR
Japanese 5035 JPN JP
Korean 933 KOR KR
Traditional Chinese 937 CHT TW
Simplified Chinese 935 CHS CN
Romanian 870 ROM RO
Russian 1025 RUS RU
Polish 870 PLK PL
For national languages, uses only valid Java language locales. Ensure that your systems have the appropriate national language locale for your language installed. Ensure that any locale-related environment variables are set to include the supported locale.
Language CCSID LangID CountryID
English 37 ENU US
French 297 FRA FR
German 273 DEU DE
Italian 280 ITA IT
Spanish 284 ESP ES
Brazilian Portuguese 37 PTB BR
Japanese 5035 JPN JP
Korean 933 KOR KR
Traditional Chinese 937 CHT TW
Simplified Chinese 935 CHS CN
Romanian 870 ROM RO
Russian 1025 RUS RU
Polish 870 PLK PL
Language Locale Code LC_ALL value
German de_DE.UTF-8 de_DE.UTF-8
English en_US.UTF-8 en_US.UTF-8
Spanish es_ES.UTF-8 es_ES.UTF-8
French fr_FR.UTF-8 fr_FR.UTF-8
Italian it_IT.UTF-8 it_IT.UTF-8
Japanese ja_JP.UTF-8 ja_JP.UTF-8
Korean ko_KR.UTF-8 ko_KR.UTF-8
Brazilian Portuguese pt_BR.UTF-8 pt_BR.UTF-8
Simplified Chinese zh_CN.UTF-8 zh_CN.UTF-8
Traditional Chinese zh_TW.UTF-8 zh_TW.UTF-8
Polish pl_PL.UTF-8 pl_PL.UTF-8
Romanian ro_RO.UTF-8 ro_RO.UTF-8
Russian ru_RU.UTF-8 ru_RU.UTF-8
To determine your locale, run the following commands, depending on the Linux distribution you are using:
Linux distribution Command
Red Hat Linux
  • echo $LANG
SUSE Linux
  • echo $LANG
  • echo $LC_CTYPE
If your locale is not supported, change your locale properties by running one of the following sets of commands as root user, depending on the Linux distribution you are using:
Linux® distribution Command
Red Hat Linux®
LANG=xx_XX
export LANG
SUSE Linux
LANG=xx_XX
export LANG
LC_CTYPE=xx_XX
export LC_CTYPE
Where xx_XX is your four letter locale code with the same capitalization as shown in the preceding table.
Notes:
  1. Ensure that the non-root user's locale is set to the appropriate language. If the locale is not set properly, some of the tools do not display properly.
  2. In SUSE environments, you can avoid any locale-related issues by changing the locale at the operating system level. Use the YaST command to change the locale.
  1. Open the Control Panel or Control Panel menu from the Start bar.
  2. Select Regional and language settings. Click the Advanced tab.
  3. Make sure that the required code pages are checked in the Code page conversion table.
  4. Open a Command Prompt. Enter the CHCP command to change the code page. The code page for UTF-8 is 65001. Run the following command:
    CHCP 65001

For double-byte national languages (Japanese, Korean, Simplified Chinese, and Traditional Chinese), ensure that the local language of the machine is set to the language in which you read the prompts in the installation wizard.

If the operating system language setting does not match the language that you select for the installation wizard, the prompts do display correctly. For Simplified Chinese and Traditional Chinese, the installation wizard prompt displays in English if the operating system language setting does not match the language that you select for the installation wizard.