Administrator's Reference

LANGUAGE

The LANGUAGE option controls the initialization of locales. A locale includes the language and the date, time, and number formats to be used for the console and server.

Note:If the initialization of the locale fails, the server defaults to American English and uses the date, time, and number formats set by the DATEFORMAT, TIMEFORMAT, and NUMBERFORMAT server options.

Syntax

>>-LANGuage----+-AMENG--+--------------------------------------><
               '-locale-'
 

Parameters

AMENG
Specifies that American English will be used as the default language for the server.

locale
Specifies the name of the locale supported by the server:
Locale Language
pt_BR Brazilian Portuguese
fr_FR French
de_DE German
it_IT Italian

ja_JP (code page IBM-eucJP)
Ja_JP (code page IBM-932)

Japanese
ko_KR Korean
zh_CN Simplified Chinese
es_ES Spanish
zh_TW Traditional Chinese

Examples

lang ja_JP


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]