PM_LanguageAboutToChange

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

Const.PM_LanguageAboutToChange

The Const.PM_LanguageAboutToChange message is sent to all top-level windows when the user changes application language, but before the new language dictionary is loaded.

Parameters

Name Description
wParam Unused
lParam Unused

Returns

Unused (the Framework ignores the return value of this message)

Comments

Applications typically use this message to language dependant information that would otherwise be lost when the language changes.

Once the new language dictionary is loaded, Const.PM_LanguageChange is sent to all top-level windows.