How to make multilanguage C# console application?
Posted
by Semyon Perepelitsa
on Stack Overflow
See other posts from Stack Overflow
or by Semyon Perepelitsa
Published on 2010-05-28T07:51:30Z
Indexed on
2010/05/28
8:01 UTC
Read the original article
Hit count: 365
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?
© Stack Overflow or respective owner