What is the recommended way to support multiple languages in my C# program?

Posted by LeeW on Stack Overflow See other posts from Stack Overflow or by LeeW
Published on 2010-05-31T21:28:38Z Indexed on 2010/05/31 21:33 UTC
Read the original article Hit count: 157

Filed under:
|

Hi all,

I'm about to start a desktop program that I want to add support for as many languages as I can. I'm going to be using C# and at least .Net 2.0. Is there a recommended way for adding support for multiple languages in the GUI and error messages?

Many thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about language