To change the Management Console locale

The Management Console application must be closed before performing this task.
  1. Open install_dir/MgmtConsole.bat (mgmtconsole.sh) in a text editor.
  2. At the REM set USRLANGUAGE= line, remove the REM comment indicator. At the end of the line, enter a locale value.
    Example for Spanish: set USRLANGUAGE=es
  3. At the next line, REM set USRCOUNTRY=, remove the REM comment indicator. At the end of the line, enter the corresponding country indicator if needed.
    Example for Simple Chinese:
    set USRLANGUAGE=zh
    set USRCOUNTRY=CN
  4. At the line that begins with REM call %JRE% -DINSTALLDIR="%DTXHOME%" -Duser.language=%USRLANGUAGE% ..., remove the REM comment indicator from the beginning of the line.
  5. At the next line (call %JRE% -DINSTALLDIR="%DTXHOME%" -Dsun.java2d.noddraw ...), add an REM comment indicator to the beginning of the line.
    For Simple Chinese, the modified text should look similar to the following:
    set USRLANGUAGE=zh
    set USRCOUNTRY=CN
    
    call %JRE% -DINSTALLDIR="%DTXHOME%" -Duser.language=%USRLANGUAGE% ...
    REM call %JRE% -DINSTALLDIR="%DTXHOME%" -Dsun.java2d.noddraw ...
  6. Save and close the file.