To change the Launcher Administration locale
The Launcher Administration application must be closed before
performing this task.
- Open install_dir/LauncherAdmin.bat (launcheradmin.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 Korean:set USRLANGUAGE=ko
- 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 Brazilian Portuguese:set USRLANGUAGE=pt set USRCOUNTRY=BR
- 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 Brazilian Portuguese, the modified text should look similar to the following:set USRLANGUAGE=pt set USRCOUNTRY=BR call %JRE% -DINSTALLDIR="%DTXHOME%" -Duser.language=%USRLANGUAGE% ... REM call %JRE% -DINSTALLDIR="%DTXHOME%" -Dsun.java2d.noddraw ...
- Save and close the file.