Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Multiple language support

Status
Not open for further replies.

selani

Programmer
Apr 30, 2003
35
0
0
IN
Hi all,

I have a site. I want to support the site in abt 3 languages( say, english,freanch and german). How can i possibiliy do this, without having to create 3 diferent sets of all the ASP pages, each for one language.

Thank you
Regards,
selani
 
you could have a content database with 4 tables, one is a page to index reference, then 3 tables for each language with the index to language reference, and populate the page with the appropriate content based off session language value selected on site entry
 
ps. forgot to mention, if you use SQL server, select the text datatype and you'll have nearly unlimited storage for a single page/record.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top