Reputation: 2464
I have developed an application using JAVA. And this product is targeted for the user of Korea. I have also prepared an installer using visual studio 2010. But the problem is I can not set multiple language as localization in visual studio 2010 installer project. I want to create an installer so that user can select language during installation. How can I provide this option? any idea?
Please note that, the language is only for the installer program. The app will not affected by this.
Upvotes: 0
Views: 53
Reputation: 1347
From what I know there is no way to create a multilingual VS setup project which at install time will let the user to choose the install language. I'm not sure if this is a feasible choice for you, but as an alternative solution you can try to use a paid installer tool like InstallShield or Advanced Installer.
Upvotes: 2