I download the bugzilla template for Chinese. But I don't know how to set language defaults to Chinese. So what's the next step to set it? Is there anyone knows about it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have solved this problem,if you still can not see chinese characters after you have set languages and defaultlanguage parameter in bugzilla to cn,then it has nothing to do with bugzilla now.besides this ,you have to edit Default Character Encoding param in in web server ,if you use apache as your web server ,you can edit file <apache_home>\conf\httpd.conf,add the following line :AddDefaultCharset GB2312,now it is ok
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I download the bugzilla template for Chinese. But I don't know how to set language defaults to Chinese. So what's the next step to set it? Is there anyone knows about it?
modify global file.
find the line
INCLUDE_PATH => "template/en/custom:template/en/default"
replace en to cn
all ok !
Thanks for Hou Guangmin's suggestion. It has took effect.
I have solved this problem,if you still can not see chinese characters after you have set languages and defaultlanguage parameter in bugzilla to cn,then it has nothing to do with bugzilla now.besides this ,you have to edit Default Character Encoding param in in web server ,if you use apache as your web server ,you can edit file <apache_home>\conf\httpd.conf,add the following line :AddDefaultCharset GB2312,now it is ok