From ea890d3e2ee53323fbde025bd36ffa7708cc25ed Mon Sep 17 00:00:00 2001 From: kichik Date: Thu, 1 Jan 2004 16:28:23 +0000 Subject: [PATCH] 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 --- Docs/src/langs.but | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/src/langs.but b/Docs/src/langs.but index bf044ee7..9a6791cb 100644 --- a/Docs/src/langs.but +++ b/Docs/src/langs.but @@ -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}. \\Note:\\ Unlike defines that use curly braces - \{\}, multilingual strings use parenthesis - ().