I want to create console application in Microsoft Visual C# 2010 Express that will have support for a few languages: it will show messages in selected language. What is the simpliest and convenient way to make it international-ready?
I want to create console application in Microsoft Visual C# 2010 Express that will
Share
Your best bet is to use assembly resource files using the project menu then add resources to your file.
To use the language specific resources in your program: