I am trying to setup Spring MVC 3.0 to support localization. The messages are in messages_en.properties and messages_fr.properties. It works, but I cannot figure out how to support localized JSP pages. I have tried naming them sample_en.jsp for example, but it does not work.
I use ControllerClassNameHandlerMapping, BeanNameViewResolver & InternalResourceViewResolver, LocaleChangeInterceptor and SessionLocaleResolver.
Any idea?