From d50eab4f739f8d6500893a088908165a2f3a2c32 Mon Sep 17 00:00:00 2001 From: anders_k Date: Mon, 26 Dec 2016 23:23:25 +0000 Subject: [PATCH] Add link to translations forum (Bug #1167) git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6825 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 0e724a1f..fbfee95a 100644 --- a/Docs/src/langs.but +++ b/Docs/src/langs.but @@ -50,7 +50,7 @@ Does the same as \R{langstring}{LangString} only it loads the string from a text As of version 2 NSIS fully supports multiple languages. The interface of one installer can support multiple languages. -Use \R{loadlanguagefile}{LoadLanguageFile} for every language to load the default interface texts and language properties. +Use \R{loadlanguagefile}{LoadLanguageFile} for every language to load the default interface texts and language properties. Visit the \W{http://forums.winamp.com/showthread.php?t=157119}{NSIS translations forum} for more information about creating new language files. The default interface texts can easily be changed using instructions like \R{acomponenttext}{ComponentText} etc.