Hi There

I am developing a site which would be used worldwide,so some of the people in China and Japan want that they should be able to see the site in their respective language.So to change the content language i am thinking i will use

<html lang="zh">

tag.But this would just change the language of the content being displayed on the site.
My site also sends out email on clicking the submit button,i want that the language of the email should also be changed to chinese or japanese respectively.
Please tell me how can i change the language of the mail according to the country it is being viewed in,with the help of asp code.

Thanks in advance

Hi,
I set up a multi-lingual website by using Laguage IDs, so English has ID 1, German 2 etc.
I implement the language variable in three places:
QueryString
Session Variable
Global Variable available to the page

According to the language variable, everything can be shown in the desired language.

Give it a try.
Good luck!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.