Spring MVC ResourceBundleMessageSource XML configuration
问题 I would like to mimic the Grails way of resolving i18n messages. In WEB-INF/i18n/ I have the following directories: admin /messages_EN.properties admin /messages_FR.properties website /messages_EN.properties website /messages_FR.properties please ignore the language endings ( EN and FR ) in this example in my xml configuration I currently have: <!-- Register the welcome.properties --> <bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">