Archive: MUI_Language -- Newbie question


MUI_Language -- Newbie question
Language is working fine.
But, if user selects the French,
the application language also is
needed to start with French setting.

How it is implemented usually...

step 1. In NSIS, create a file written
with language user selected.

step 2. Application to go there and read?

Any other better way, please help -

--Newbie


I guess a common way should be, when the installed application called for 1st run after installation, reads the registry value "Installer Language".


can it be done without ...
Can it be done without going through C/C++?
If I said this to C/C++ dude, the answer is no...

Red Wine - any other way?
I'm a java dude.


2 Red Wine -
Java could do it with not-fast-mode.

Hee-Wha =33


I guess it depends on how your application getting its settings, e.g. it reads from ini or reads from registry?

Perhaps nsis installer should write a registry or ini record which is needed by your application to determine the interface language?