Usr_SelLanguage

SUMMARY

Usr_SelLanguage - Select Language

SYNTAX

Usr_SelLanguage (<LangId>)

ARGUMENTS

LangId
Letter to identify the language.

DESCRIPTION

Sets a certain language (MLS).

EXAMPLES

Usr_SelLanguage(E)
Sets the language of the runtime to 'E'.

Note:
"E" must be an existing language definition and all translation tables must exist.


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times