BeforeLanguageChange event
Occurs before the current language is changed, for example, by the Language command.
Syntax
Display
_BeforeLanguageChange
(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