PDA

View Full Version : ZH - Chinese language files for vBulletin 3.5.0



Xiaoyu
Sat 1st Oct '05, 9:19pm
There it is! Both Simplified and Traditional Chinese in the zip. And they're both in UTF-8 encoding.

If u want any support in Chinese, please visit vBulletin-Chinese (http://www.vbulletin-chinese.com/).

UPDATE: If u find that all chinese charactors become '???', please follow the steps:
Open includes/class_xml.php
Find:

function &parse($encoding = 'ISO-8859-1', $emptydata = true)
Replace with:

function &parse($encoding = 'UTF-8', $emptydata = true)

Steve Machol
Sun 2nd Oct '05, 2:23am
Thanks for sharing this. :)