Custom Installer with multilanguage support
i have to create a custom installation with multi language support. I've tried the example Inno Setup Source code found in the Installation documentation first, and it compiled without problem, but without other languages than english either.
Then i've tried the Inno Source code from the current WinSCP source code. There i get a reference to files like "translations\WinSCP.en.isl", which is not found. I didn't find files liek that in the source code either, so i wonder where they come from and if they are needed to create a multi language installer? Or is it possible just to let the setup include the WinSCP.en, .de, .etc ... files and set a default selection for the configuration?
Thanks in advance for any help,
Jan