| | |
Change language of content according to country
Please support our ASP advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
![]() |
•
•
Join Date: Aug 2008
Posts: 10
Reputation:
Solved Threads: 0
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 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
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
ASP Syntax (Toggle Plain Text)
<html lang="zh">
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
•
•
Join Date: Feb 2007
Posts: 66
Reputation:
Solved Threads: 4
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!
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!
![]() |
Similar Threads
- American Immigration Policy (Geeks' Lounge)
- ALL GMail invites to be posted here please! (Geeks' Lounge)
- eCommerce Site needed? (eCommerce)
- Parents in court over evolution (Geeks' Lounge)
- This Should be Easy for You Guys! (Linux Servers and Apache)
- What is wrong wtih my css? (JavaScript / DHTML / AJAX)
- another newbie with alot of redhat and apache server Q'S (Linux Servers and Apache)
Other Threads in the ASP Forum
- Previous Thread: server problems? passing variable info...
- Next Thread: Server Side File Inclusion
| Thread Tools | Search this Thread |
archive asp asp.net aspandmssqlserver2005 aspandmssqlserver2005connection aspconnection connection database databaseconnection dreamweaver excel fso iis msmsql mssql2005 mssqlserver2005 mssqlserver2005andasp mssqlserverandasp opentextfile record searchbox selectoption single specfic sqlserver sqlserverconnection windows7





