reading i18n from servlet
Hi All,
We have use case where we are reading the i18n (sling:message and sling:key) from servlet. For chinese and ru-ru languages we are not able to read values properly like below
Servlet Returning Value :-
"Banner Abstract": "???????",
Actual Value :-
"Banner Abstract": "横幅摘要",
using the value map to read the JCR properties.
vm.get("sling:message", String.class);
Can someone please help on this.