Configuring locales
Sterling B2B Integrator runs in any locale that Java supports. If you want to run in a non-default locale, then configure your environment to the specific locale you want to use.
The default locale is English.
Configuring Locales in a Windows environment
Complete the following steps to determine and set your locale in a Windows environment:
- Select Control Panel > Regional Options > General.
- From the Your locale (location) list, select the language and location.
- Click Set Default and select the locale from the Set the appropriate locale list.
- To configure your operating system as a non-English environment, consult the documentation for your operating system.
Configuring Locales in a Unix/Linux environment
Complete the following steps to determine and set your locale in a Unix/Linux environment:
- Enter
local-a
. A list of locales is displayed. - Enter
export LANG <locale>
where<locale>
is the language. For example to set the locale to Japanese, the locale is ja_JP. - Enter
export LC_ALL <locale>
. Some UNIX shells require thesetenv
command instead of theexport
command.