ASP: displaying web page in chinese - standard
Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=22035
Printed Date: 29 March 2026 at 12:52pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: ASP: displaying web page in chinese - standard
Posted By: webpromo
Subject: ASP: displaying web page in chinese - standard
Date Posted: 26 November 2006 at 8:38pm
I don't know much about the translation or displaying of different lanuages of web pages so I figure I would post here.
I have a customer that wants to display this English web site in Chinese (standard). Neither of us know Chinese and was wondering if there is a code or something on the server that will display the OUTPUT of the web page in Chinese. The code and web page (for maintence would still be in English. But when the web site visitor requests the site in Chinese, the server or web page will serve it up as Chinese. The visitor would have to have the Chinese standard fonts installed.
Any ideas? Thanks!
|
Replies:
Posted By: MadDog
Date Posted: 26 November 2006 at 11:44pm
There is nothing in any web server that will convert English to Chinese.
------------- http://www.iportalx.net" rel="nofollow">
|
Posted By: dpyers
Date Posted: 26 November 2006 at 11:54pm
You can display latin characters as chinese characters, but as maddog pointed out... converting the character set isn't the same as translating the page.
-------------
Lead me not into temptation... I know the short cut, follow me.
|
Posted By: webpromo
Date Posted: 27 November 2006 at 12:33pm
|
How would one go about making a Chinese web page?
|
Posted By: dpyers
Date Posted: 28 November 2006 at 12:27am
Use a Content-Type meta tag to set the character set. w3schools has info on metatags. You'll also probably want to set a chinese LCID to handle dates and currency. Borg has lcid codes posted in his ASP FAQ's section.
-------------
Lead me not into temptation... I know the short cut, follow me.
|
|