Archive: MUI_BRANDINGTEXT does not work on Turkish


MUI_BRANDINGTEXT does not work on Turkish
MUI_BRANDINGTEXT is works fine on english but in multi-langual installation it does not :(


maybe you forgot to add something like this:


BrandingText /lang=${LANG_SPANISH} "Texto en espaƱol"
BrandingText /lang=${LANG_ENGLISH} "Text in english"

Where ${LANG_SPANISH} and ${LANG_ENGLISH} are the language
number in the installer...
Need /lang parameter..

No, he talking about the Modern UI.

Example:

!define MUI_BRANDINGTEXT "Enlish text"
!insertmacro MUI_LANGUAGE "English"
!define MUI_BRANDINGTEXT "Turkisch text"
!insertmacro MUI_LANGUAGE "Turkish"