Hi!
I have a problem with the language dialog. It is not shown. I have the following define:
!define MUI_LANGDLL_ALWAYSSHOW
I also have inserted the macro MUI_LANGDLL_DISPLAY in the .onInit function like this:
!insertmacro MUI_LANGDLL_DISPLAY
But the language dialog is not shown. What can be the reason for this?
I have a problem with the language dialog. It is not shown. I have the following define:
!define MUI_LANGDLL_ALWAYSSHOW
I also have inserted the macro MUI_LANGDLL_DISPLAY in the .onInit function like this:
!insertmacro MUI_LANGDLL_DISPLAY
But the language dialog is not shown. What can be the reason for this?
Comment