Archive: MUI - language dependent license text


MUI - language dependent license text
Hello!

How ist it possible to use a multi-language license text für the Modern User Inferface?

The way

${If} $LANGUAGE == ${LANG_ENGLISH}
!insertmacro MUI_PAGE_LICENSE English\License.txt
${Else}
!insertmacro MUI_PAGE_LICENSE German\License.txt
${EndIf}

does not work.


See Examples\Modern UI\MultiLanguage.nsi

-Stu


Good example
Thank you!