LangString affects the last used language too

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3341 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2004-01-01 16:28:23 +00:00
parent 531d8673f0
commit ea890d3e2e

View file

@ -16,7 +16,7 @@ Defines a multilingual string. This means the its value will be different (or no
Each LangString has a name that identifies it and a value for each language used by the installer. To use a LangString you must know its name. LangStrings can be used in any runtime string in the script. To use a LangString all you need to add to the string is $(LangString_name_here) where you want the LangString to be inserted.
If you set the ID to 0 it will use the ID of the last inserted language file.
If you set the ID to 0 it will use the last used language by LangString or \R{loadlanguagefile}{LoadLanguageFile}.
\\<b\\>Note:\\</b\\> Unlike defines that use curly braces - \{\}, multilingual strings use parenthesis - ().