Archive: Displaying a 'localized' readme file


Displaying a 'localized' readme file
Hello,
I would like to display a 'localized' readme file at the end of the instalation.
I have this 'readme.htm' already translated in different language. I would like to display the correct ones, depending of the installation language chosen. For now I use

!define MUI_FINISHPAGE_SHOWREADME "$INSTDIR\$(^Name)${DASH_SUB_LANGUAGE_KEY}\readme.htm"
that display the readme file installed into the application folder. How can I modify this to take into account user selected language?

Thank-you
André

Why you can't use the variable $LANGUAGE to check the current language?


Yep, thank-you