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

Popular posts from this blog

Payment information shows nothing in one page checkout page magento -

tcpdump - How to check if server received packet (acknowledged) -