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
it_IT Italian
ja_JP Japanese
zh_CN Simplified Chinese
zh_TW Traditional Chinese

Examples

lang ja_JP


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