Search code examples
.netglobalizationculture

How to make my .NET app support different languages


The application I'm writing is almost complete and I'd like people who speak different languages to use it.

I'm not sure where to start, what's the difference between globalisation and culture in regards to programming?

How does one take uncommon phrases such as "this application was built to do this and that" instead of File, Open, Save etc...and turn them into say, Spanish?

Many thanks :-)


Solution

  • Microsoft already has a very good tutorial