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?