Talk:Creating language files and integrating with MUI
From NSIS Wiki
Jump to navigationJump to search
2 Examples:
- !insertmacro MUI_LANGUAGE "English"
- !insertmacro MUI_LANGUAGE "German"
But "English" means AE. How to use BE?
- Assuming you mean American English and British English, the answer is that there's no British translation available. No one has submitted such a translation. Use the forum for further questions.--kichik 11:12, 20 June 2007 (PDT)
Not sure if the example is broken or not, but to get it to work i had to change !undef LANGLOAD to !undef LANG
and the !verbose commands should probably use the push pop stuff
I'ts also not clear that you have to create a folder for your language files
The standard include folder has LangFile.nsh that replicates and expands upon these features.