I made a program in dutch and english. Now I want to let the user choose which language he wants to install. I think I have to work with packages, but how do I let the user choose which language he wants to install and what kind if script do I need to install the correct files.
Let's say I have a english.exe and a dutch.exe. How do I make something that the user can choose between english and dutch. When english is choosen, english.exe will be installed, and when dutch is choosen, dutch.exe will be installed?
I already tried something with script statements, but I don't understand.

