get bundle message from context Spring localization -
i tried translated message regard locale(ru,uk,en). on output have next: ?????? instead normal translate. en message return in normal form.
public string getmessage(string key) { locale locale = localecontextholder.getlocale(); return context.getmessage(key, null, locale); }
check source .properties files encoding on utf-8
Comments
Post a Comment