我在sitewhere中使用i18next,在下图中的translation.json中:
“用户名”: “用户名”, “密码”: “密码”,
页面显示下图:
û
是一块垃圾! 这是我的javascript代码:
$(function() {
var option = {
lng: lng,
resGetPath: '${pageContext.request.contextPath}/locales/__lng__/translation.json',
useLocalStorage: false,
lowerCaseLng: true
};
i18n.init(option, function(t) {
$("body").i18n();
i18next = t;
});
});
谁可以帮助我如何配置?全部考虑......