Skip to content
⌘ NSIS Forum Archive

Multi Language Setup Prj ...

6 posts

Anti_Evil#

Multi Language Setup Prj ...

Hi there,

I successfully made my setup project and now i made the Lang Selection dialog too ...

I want to change some labels like : LicenseText or DirText ...
for different languages ...

What should i do ?!

i try this code but doesnt work:

LicenseText /LANG=1033 "You must agree to this license before installing."

LicenseText /LANG=1065 "some text ..."
onad#
Step 1:
>i'm using NSIS 2.19
Upgrade to v2.24 if you want your installer to work better on Vista. BTW it is ALWAYS a good idea to update to the latest stable version. It's free and extremely backwards compatible.

Step2:
Try to read ALL of the documents in the help file about using multiple languages, this will save you a lot of time in the long run.