Thanks for the response. I look again, and it seems that my bean "localeResolver" isn't working (it will not always fallback to my default locale).
But the second part of your response work for...
Type: Posts; User: pierrick.grasland; Keyword(s):
Thanks for the response. I look again, and it seems that my bean "localeResolver" isn't working (it will not always fallback to my default locale).
But the second part of your response work for...
Hi,
I'm currently managing localization for my site, with a FixedLocaleResolver bean.
My site is based on jsp (no controller) and rest service, and I'm using <spring:message> tag to get my locale...