I need to have theme support for a Spring MVC web app which includes css, images and text.
Currently all the text is in <spring:message> tags. Will I be able to supply different language.properties files for each theme and locale?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After looking at this some more – it seems to provide localized themes the easiest way is to have all messages in
spring:themetags. You then need only provide a theme properties file for each locale.