Multi-Lingual application

  • Thread starter Thread starter Z D
  • Start date Start date
Z

Z D

Hello,

I need to support multiple languages in a product package being developed in
both ASP.NET (vb.net) and WinForm .net (c#).

I was wondering if there are any best practice guides, application blocks,
resources, tutorials, or just general advice that someone could recommend to
get me started.

What is the best way to approach a multi-lingual asp.net application? Same
for a WinForms.Net app.

Thank-you very much

-ZD
 
Z D said:
Hello,

I need to support multiple languages in a product package being developed in
both ASP.NET (vb.net) and WinForm .net (c#).

I was wondering if there are any best practice guides, application blocks,
resources, tutorials, or just general advice that someone could recommend to
get me started.

You want to use the globalization and localization features that .NET
provides:

http://msdn.microsoft.com/library/d...n-us/vbcon/html/vboriinternationalization.asp

-John Oakes
 
Back
Top