Multiligual Web Application

  • Thread starter Thread starter a.mustaq
  • Start date Start date
A

a.mustaq

Hi All,

I want to develop an multilingual application which
can support multiple languages. On selection of particular language
the whole content of the site must presented in that language.
How can I achieve this? Please help me.

Thanks and Regards
Mustaq Ahmed.A
 
First, read Michele Bustamante's first article:
http://msdn2.microsoft.com/en-us/library/ms379546(VS.80).aspx

That article outlines globalization/localization in ASP.NET 2.0. You may
then wish to read her second article, which tells you how to extend the
model with things like External providers:

http://msdn2.microsoft.com/en-us/library/aa905797.aspx

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*********************************************
Think outside the box!
*********************************************
 
Back
Top