paulSeldon
6th July 2007 17:04 UTC
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
Red Wine
6th July 2007 17:16 UTC
I guess a common way should be, when the installed application called for 1st run after installation, reads the registry value "Installer Language".
paulSeldon
6th July 2007 18:49 UTC
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.
paulSeldon
6th July 2007 18:55 UTC
2 Red Wine -
Java could do it with not-fast-mode.
Hee-Wha =33
Red Wine
6th July 2007 18:57 UTC
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?