tags:

views:

88

answers:

3

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

+1  A: 

The umbrella term that applies to this is localization, specifically string localization (other things like currency and date/time formats can be localized, too). Here's a tutorial that covers some important aspects of it.

Bob Kaufman
A: 

In addition, Take a look at Zeta Resource Editor for constructing the parallel resx files

Jhonny D. Cano -Leftware-