Winamp & Shoutcast Forums

Winamp & Shoutcast Forums (http://forums.winamp.com/index.php)
-   NSIS Discussion (http://forums.winamp.com/forumdisplay.php?f=65)
-   -   VIAddVersion Question (http://forums.winamp.com/showthread.php?t=230020)

Yathosho 3rd November 2005 14:41

VIAddVersion Question
 
when i'm using VIAddVersion in a script with multiple languages, everything works fine. when i compile the same script using non-english languages only, i'm always getting warnings (i.e. LangString "LabelSettings" is not set in language table of language 1033, but for ALL langstrings). this only happens, when i use the VIAddVersion commands, unregarding if i use them with /LANG switch or not.

kichik 3rd November 2005 20:27

Did you use VIAddVersion after loading the language file? Simply changing English to some other language in Examples\VersionInfo.nsi works fine for me.

Yathosho 3rd November 2005 22:07

1 Attachment(s)
no, before loading them. try uncommenting line 5 and use "german" as language.

kichik 4th November 2005 09:35

Then that's the problem. Without any language file loaded, the default is English. Therefore, you get an English language table just for the version information, even though you only want to use German. Move VIAddVersion below LoadLanguageFile.


All times are GMT. The time now is 04:44.

Copyright © 1999 - 2010 Nullsoft. All Rights Reserved.