我使用react-intl为我的Web应用程序提供本地化的字符串。导入德语文件时,未使用utf8对其进行编码。
import messages_en from './localization/en.json';
import messages_de from './localization/de.json';
setMessageProperty(lang) {
console.info("switch language to " + lang);
console.info(messages_de);
}
我随后收到的json对象具有以下形式的元素: 删除:“ Lsschen” 但是我想要的是: 删除:“Löschen”