Spanish

Translation maintained by ObMob


French

Translation maintained by PitchouneN64ngc


German

Two file formats provided with utf8 and latin1 encodings


Simplified Chinese

Translation provided by ItsBlack

http://www.vbulletin.com/forum/showthread.php?t=156854

If you find that all chinese charactors become '???', follow these steps:
Open includes/class_xml.php
Find:
PHP Code:
 function &parse($encoding = 'ISO-8859-1', $emptydata = true)
Replace with:
PHP Code:
 function &parse($encoding = 'UTF-8', $emptydata = true)
