Hello,
I have a problem with the locale resolver and the locale change interceptor in my jstl views: even though resource bundles are picked up correctly, the request locale (as specified by ${pageContext.request.locale.language}) is not modified.
I need to retrieve the locale because I need to resolve messages coming from database (stored in a map) based on user's language.
Is there a way to have these parameters set ? If not, how can I access the spring modified locale in a standard way ?
Thanks in advance.
Julien


Reply With Quote