implemented RFE #1235616 - Variable to get language *name*

added $(^Language)


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5079 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-14 22:30:31 +00:00
parent 6d43d45f19
commit acaecfdade
2 changed files with 6 additions and 1 deletions

View file

@ -170,6 +170,7 @@ enum {
NLF_FONT = NLF_STRINGS_NO_SPECIAL,
NLF_FONTSIZE,
NLF_RTL,
NLF_LANGUAGE,
NLF_STRINGS
};