I use spring MVC and I have arranged to change messages based on locale in JSP forms, using ReloadableResourceBundleMessageSource and message tag of spring forms taglib. But what I want is to change images based on locale. Images are in CSS files and IMG tags in JSP.
What are the options for that? I know about themes in spring but I do not know how to attach them to LocaleChangeInterceptor.
Any Ideas will be greatly appreciated.
Thank you in advance.


Reply With Quote
