Skip to content
⌘ NSIS Forum Archive

Modern UI language files

3 posts

Guest#

Modern UI language files

I am trying to include Modern UI 'english.nsh' file by using: !insertmacro MUI_LANGUAGE "English". I do this straight after some directives (like 'Name' and so on) followed by: !include "mui.nsh"

I am hoping it would use all the defines from 'english.nsh' file, however, during compiling I get warnings about all those titles, subtitles, infos, etc being undefined. And they do come up as blanks when the installer is run. Am I missing something?
Guest#
Just answering my own question %-). Simply put '!insertmacro MUI_LANGUAGE "English"' after all '!insertmacro MUI_PAGE_' statements