
Change Label text Installer Language DialogBox
I know this is possible by ly but want To Change Label text Installer Language DialogBox. I want change text after change language in Combobox. This is real?


9 posts

To customize the language selection dialog interface, use these defines before inserting the MUI_LANGDLL_DISPLAY macro.
MUI_LANGDLL_WINDOWTITLE text
The window title of the language selection dialog.
MUI_LANGDLL_INFO text
The text to display on the language selection dialog.
That does not change the texts when you select a different language in the drop down list, which is what he asked. The requested functionality would need to be added to the plug-in.Originally Posted by T.Slappy View PostYou can pass two arguments to LangDLL plug-in to set it's texts:
Hmm do you want something like DropDown_OnChangeEvent ???Originally Posted by Afrow UK View PostThat does not change the texts when you select a different language in the drop down list, which is what he asked. The requested functionality would need to be added to the plug-in.
Stu