Multilingual InstallOptions
i assume, that installoptions still don't work with variables. i have an installer that comes in various languages, but i'm not sure what would be the most clever way to use multilingual io-pages. any hints?
Archive: Multilingual InstallOptions
Multilingual InstallOptions
i assume, that installoptions still don't work with variables. i have an installer that comes in various languages, but i'm not sure what would be the most clever way to use multilingual io-pages. any hints?
yes.
write the text-strings with
"MUI_INSTALLOPTIONS_WRITE "ioPage.ini" "Field 2" "State" $(yourlabeltext)"
.
Page custom enterfunction leavefunction
...
Function enterfunction
#writing ...
FunctionEnd
very nice, never heard of that before. thanks a lot!