Reference/LoadLanguageFile: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
(Created page with "=LoadLanguageFile= language_file.nlf Loads a language file for the construction of a language table. All of the language files that come with NSIS are in [http://nsis.sourcefo...")
(No difference)

Revision as of 10:34, 28 November 2011

LoadLanguageFile

language_file.nlf

Loads a language file for the construction of a language table. All of the language files that come with NSIS are in Contrib\Language Files

After you have inserted the language file ${LANG_langfile} will be defined as the language id (for example, ${LANG_ENGLISH} will be defined as 1033). Use it with LangString, LicenseLangString, LangDLL and VIAddVersionKey.