Locale « MVC Controller « Spring Q&A





1. Finding Locale from Controller in Spring MVC    stackoverflow.com

I'm using Sprinng 3.0. How do I find the current locale set by a LocaleResolver within an annotation-based controller? Thanks.

2. Controller, i18n and Locale    forum.springsource.org

Controller, i18n and Locale [SOLVED] Hello, I'm building a web app with Spring MVC which needs i18n. So far I have successfully configured Bundle Messages for static view string like this: ...