I was unable to localize the application, and now the files are downloaded from text files. Is it possible to change the source to the database?
Here's how localized messages load:
<bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
<property name="basename" value="/WEB-INF/messages/messages" />
<property name="cacheSeconds" value="0" />
</bean>
source
share