AfterLanguageChange event
Occurs after the current language of a display is changed.
In other words, it occurs after the values of all strings supporting multiple languages are updated to the new language.
Syntax
Display
_AfterLanguageChange
(ByVal
language
As RFC1766 code
)where
Display
– is the name of a Display object variable that was dimensioned using the WithEvents keyword or the reserved name Display.Remarks
Language is the RFC1766 code of the new language.
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