我正在使用角度ui-grid的i18nService。它显示了一些混乱的代码 当我将当前语言设置为具有非英语字符的语言(如中文,韩语等)时,“è¡Œæ¯é¡μ”。
但对于我使用角度转换的标题和单元格,一切都显示得很好。我想这可能是一些设置问题,但我不知道。
任何建议都将不胜感激。谢谢!
答案 0 :(得分:0)
如果您想将当前语言设置为中文。
代码:
// set pagenation current language
i18nService.setCurrentLang('zh-cn');
您还可以访问此页面: http://ui-grid.info/docs/#/tutorial/104_i18n
答案 1 :(得分:0)
I got the anwser. It's the encoding problem of the browser. The encoding should be set to Unicode(UTF-8), if it not working, clear cache first and try again.