MUI_BRANDINGTEXT does not work on Turkish
MUI_BRANDINGTEXT is works fine on english but in multi-langual installation it does not 🙁
3 posts
Where ${LANG_SPANISH} and ${LANG_ENGLISH} are the language
BrandingText /lang=${LANG_SPANISH} "Texto en español"
BrandingText /lang=${LANG_ENGLISH} "Text in english"
!define MUI_BRANDINGTEXT "Enlish text"
!insertmacro MUI_LANGUAGE "English"
!define MUI_BRANDINGTEXT "Turkisch text"
!insertmacro MUI_LANGUAGE "Turkish"