In struts-fonfig.xml I configured as following to get the messages from DB instead of MessageResource.properties. I have wrote a method to getMessage(Locale loc, String key) to get the message from db. This works for en_US locale, Now my question is how can I pass the locale so that I get the locale specific messages?
Thanks. <message-resources factory="com.ford....MyDbResourceBundleFactory" parameter="" null="false" /> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]