PM_LanguageChange

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_LanguageChange

The Const.PM_LanguageChange message is sent to all top-level windows when the user has changed the application language and the new language dictionary has been loaded.

Parameters

Name Description
wParam Unused
lParam Unused

Returns

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

Comments

When receiving the Const.PM_LanguageChange message, the framework will automatically retranslate the window. However in some situations, applications might want to perform extra tasks when the language is changed.