SwitchDisplayLanguage() function
- Last UpdatedJul 22, 2024
- 1 minute read
Switches the display of visible, static texts and alarm fields in a desired language for which translated strings are provided.
Category
misc
Syntax
SwitchDisplayLanguage(LocaleID);
Parameter
LocaleID
The language in which static text strings and alarm fields are to be shown at run time.
Example(s)
In this example, German is the language to be shown at run time.
SwitchDisplayLanguage(1031);
See also
$Language system tag