Archive: Changing default selected language with MUI_LANGDLL_DISPLAY


Changing default selected language with MUI_LANGDLL_DISPLAY
Hello,

I'm creating a multi languages installer with MUI, using the following different languages:

!insertmacro MUI_LANGUAGE "English-US"
!insertmacro MUI_LANGUAGE "English-UK"
!insertmacro MUI_LANGUAGE "French-FR"
!insertmacro MUI_LANGUAGE "German-DE"
!insertmacro MUI_LANGUAGE "Italian-IT"
!insertmacro MUI_LANGUAGE "Spanish-ES"

When I launch the installer, the box to select which language to use for installation ($LANGUAGE) is set by default to "English (United Kingdom)" (my MUI_LANGUAGE "English-UK").

How to change this default behavior so that the default selected language would be my MUI_LANGUAGE "English-US" (showed "English (United States)")?

zepitou.


What is your local language set to then?

Stu


The Windows local language of the pc is English United Kingdom (Core is French).

So I change my question to: how to override this default behavior of pre-selecting the local language of the pc to pre-select the language I wish (or in fact the publisher request :)) into the language selection box?

zepitou.