Online computer courses, code, programming tutorial and sidebar information for monitoring Canadian S&P/TSX index. Build friendship and networking. Welcome to visit my blogs often!!! I also have two other sites: YouTube Channel and Google site.
Tuesday, March 22, 2011
HTML: set your website default language
For example, you want your website automatically displays Chinese.
In HTML:
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"/>
In PHP:
header('Content-Type: text/html; charset=gb2312');
where
gb2312 is simplified Chinese. default is UTF-8 (Unicode character)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment