Translations in the js runtime
Dear innovaphone forum,
When I try to add translations some characters dont display in the right way.
For example: äöü -> ���
Translating in the c++ app always worked, but in the js runtime the encoding doesnt seem to work probably.
Is there a recommend solution how to fix this issue?
Is there a recommend solution how to fix this issue?
Code:
newapp1.js:
that.add(new innovaphone.ui1.Div().addTranslation(texts, "test"));
newapp1.texts.js:
en: {
test:"aou",
},
de: {
test:"äöü",
}
test:"aou",
},
de: {
test:"äöü",
}