Why do you believe you'd have to split the resources? We don't know of a reason that you couldn't use a single resource bundle for string embedded in your GWT code and messages in your DataSource.
Announcement
Collapse
No announcement yet.
X
-
Hi, I did all as you said. And I've got DS titles from one of my .properties files. But I can't switch locale. When I change ?locale=... parameter all strings localized in java code like this:
Code:MyMessagesClass cnsts = GWT.create(MyMessagesClass.class); cnsts.my_localizable_text();
As I suppose DS localizations occures once per session and may be it happens before request parameter ?locale=... was read.
How can I select locale at least for the session?
Comment
Comment