To change the Management Console locale
The Management Console application must be closed before performing
this task.
- Open install_dir/MgmtConsole.bat (mgmtconsole.sh) in a text editor.
- At the
REM set USRLANGUAGE=
line, remove theREM
comment indicator. At the end of the line, enter a locale value.Example for Spanish:set USRLANGUAGE=es
- At the next line,
REM set USRCOUNTRY=
, remove theREM
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
- At the line that begins with
REM call %JRE% -DINSTALLDIR="%DTXHOME%" -Duser.language=%USRLANGUAGE%
..., remove theREM
comment indicator from the beginning of the line. - At the next line (
call %JRE% -DINSTALLDIR="%DTXHOME%" -Dsun.java2d.noddraw
...), add anREM
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 ...
- Save and close the file.