Language functions
The following table lists language functions:
This function | Returns this value |
---|---|
CurrentLanguage () | RFC1766 code of the current runtime language. |
CurrentLanguage
function is activated, for example when a Display
containing the expression is opened, the expression is evaluated. It is also evaluated when a language switch occurs.The RFC1766 code is an identifier used for languages. Its format is <
languagecode2
>-<country
/regioncode2
>, where <languagecode2
> is a lower case, two-letter code and <country
/regioncode2
> is an upper case, two-letter code. For example, the RFC1766 code for U. S. English is en-US
.Provide Feedback