$LANGUAGE

Specify the language to use for global objects and language setups.

$LANGUAGE {=} Language

Defaults

Assignment file: Any application assignment file
Section: [SETTINGS]
Default value: None

Description

$LANGUAGE defines the language that is to be used for the application session. This determines the language setup used. In addition, the language selected, along with the library selected, affects the global messages, help texts, menu bar, menus, and glyphs that are used.

You can use the ProcScript function $language to test or to set the current language.

$LANGUAGE

; set language to French
$LANGUAGE = FRA

Related Topics