Prev Previous Post   Next Post Next
Old 13th April 2005, 13:09   #4
glory_man
Senior Member
 
Join Date: Sep 2004
Location: Mogilev (Belarus)
Posts: 372
I use code like this:
code:

var mess
....
Function .onInit
!insertmacro MUI_LANGDLL_DISPLAY
StrCmp $LANGUAGE 1049 0 eng
StrCpy $mess "Òåêñò ñîîáùåíèÿ"
eng:
StrCmp $LANGUAGE 1033 0 ;other
StrCpy $mess "Message text"
;other:

MessageBox MB_OK "$mess"

FunctionEnd

glory_man is offline   Reply With Quote
 
Go Back   Winamp & Shoutcast Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump