hi All,
After trying Moodle 1.6 beta, I found there was a calendar error.
Moodle cann't show Year/Month promptly.
I've also trying to langconfig.php but not works well.
BTW: I use windows XP
Here is some codes from langconfig.php
...
$string['locale'] = 'zh_CN.UTF-8';
$string['localewin'] = 'Chinese_China.936';
$string['localewincharset'] = 'CP936';
$string['oldcharset'] = 'UTF-8';
...
Thanks
Tang
Couse WeekFormat also cann't display date.
I've already changed the local language setting in admin - variables section.
I've already changed the local language setting in admin - variables section.
I do not have this problem.
Maybe you should change the locale in admin/config.php to zh_CN.UTF-8, and make sure your server already has zh_CN.UTF-8 locale.
Maybe you should change the locale in admin/config.php to zh_CN.UTF-8, and make sure your server already has zh_CN.UTF-8 locale.
Thanks.
I've changed the locale to zh_CN.UTF-8 in admin section but still have the same problem.
I have no same problem in 1.5.3+.
BTW: I'm running Moodle in Windows XP, how to make sure my server has zh_CN.UTF-8 locale?