Wordpress Chinese Language - Uncleforum.com
tonyn | September 21, 2008Login into Uncleforum.com
Part I:
su - uncleforum
mkdir /d02/home/uncleforum/public_html/wordpress/wp-content/languages
cd /d02/home/uncleforum/public_html/wordpress/wp-content/languages
wget http://wordpress.kirin-lin.idv.tw/Home/oldfiles/WordPress_zh_TW_2.6.2.zip
unzip WordPress_zh_TW_2.6.2.zip
Part II:
vi /d02/home/uncleforum/public_html/wordpress/wp-config.php
define(’WPLANG’, ‘zh_TW’);
define('DB_CHARSET', 'utf8'); define('DB_COLLATE', 'utf8_unicode_ci');
Reference site: http://wordpress.kirin-lin.idv.tw/