1
XOOPS Version:2.2.3 Final
Module Name/Version:XLanguage/2.03
PHP Version:4.3.11
MySQL Version:3.23.49
Web Server Software (Apache/IIS/Other):Apache
Operating System:Windows 2003
Theme you are using:default
Custom template: No
PHP Debug Messages:
MySQL Debug Messages:
Smarty Debug Messages:
A full description of the issue:
i have setting XLanguage to my site, and it's working fine, but when i switch to any other language, the system menu doesn't show correct language's title.
for example:
==English Status==
1.Private Message
2.MyConference
3.MyTeam
==Chinese Status==
1.Private Message
2.MyConference
3.MyTeam
there are language files in the 'language' Directory as following
pm\language\english\
admin.php
main.php
modinfo.php
define("_PM_MI_NAME", "Private Messaging");
pm\language\chinese\
admin.php
main.php
modinfo.php
define("_PM_MI_NAME", "私人訊息");<=Chinese Words
what can i do to this?