I'm trying to use PassDialog in my multilanguage installer.
For Example this is my problem:
...I have to pass the parameter to the functions and if the user select Italian or french or everything else the parameter still English...(That's normal because i passed that parameter in English).
## Displays the password dialog Function
PasswordPageShow !insertmacro MUI_HEADER_TEXT "Enter Password" "Enter your password to continue."
...
I need to have something like: The user select the language and PassDialog change the language of its Dialog in the correct one.
What can i do? How can i use this usefull plug-in in my installer with this feature?
For me is enough a sample script, if someone have time to create it..or some reference where i can study how do that because i really need that...:-)
Thank a lot to everybody...