codeandcloud
codeandcloud

Reputation: 55200

Multi lingual setup for windows application?

We are developing a windows application in .NET(C#)
IDE used is Visual Studio 2008.

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,
naveenj

Upvotes: 2

Views: 309

Answers (1)

Mark Redman
Mark Redman

Reputation: 24515

I know you've mentioned "no third party tools", however, have a look at Inno Setup, its free and has multi-language support.

Upvotes: 2

Related Questions