Multi lingual setup for windows application?
We are developing a windows application in .NET(C#)
IDE used is Visual Studio 200开发者_StackOverflow社区8.We are using localization to run the program multi lingually.
What we would like to know is how to make the Setup of the windows Application multi-lingual.ie: When the end users runs the setup, it asks like please select your language. On selecting say, french, the installation instructions should be displayed in french.
How to do that?And one more point, we would like to implement this without any third party tools.
Regards,
naveenjI know you've mentioned "no third party tools", however, have a look at Inno Setup, its free and has multi-language support.
精彩评论