-
Feb 27th, 2012, 01:21 AM
#1
Localization Problem while reading messages using ResourceBundleMessageSource
Hi Guys,
I am trying to configure localization using spring mvc.
The issue i am facing here is that localization doesn't work in my demo app when i am using ResourceBundleMessageSource class for my messageSource bean. But when i change the class to ReloadableResourceBundleMessageSource, the same configuration works. Can any one please tell me the cause of this issue.
The configuration for messagesource bean is ->
<bean id="messageSource" class="org.springframework.context.support.Reloada bleResourceBundleMessageSource"
>
<property name="basename" value="classpath:messages">
</property>
</bean>
Thanks and Regards,
C Khatri
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules