Archive: NSIS 2, mulitlanguage question


NSIS 2, mulitlanguage question
Hi,

I'm trying to make a multilingual installer.

I want to load the language file and the license depending on the language selection in a dialog made with InstallOptions. (like InstallShield) :p

It shouldn't be depending on the LANGID.

Is this possible?

Here's my InstallOptions file:
(I didn't manage to load the language file accroding to the selection. :(
The selection should be the first page in the installer, before License, etc.)

[edited by kichik: please attach large scripts next time - attached below]


I am sorry but this is not possible at the moment.


But it should be implented because it's very important.


It will be done, I just need to think of the best solution for this.


You could do it perhaps like this:

LANGID is not set because of the system language,
it's set to the selection of the user.

So all NSIS user can keep the code like it is if they have already made some multilingual stuff.