You could get the CultureInfo.CurrentCulture to decide the language ("en-GB" etc.) and use it to choose a string file. Strings you could put in a resource I suppose. For the rest, it's a lot of work. read up on "Internationalization". It's rather complicated: think number format, date display, currency, time...
|