Hi frends, I'm able to load my properties from classpath, provided all are in the same folder.. I mean, all my property files in different languages are in a single folder and its working for me. but now, since i have more property files, i want to make it more organised and so i want to put all property files of a specific language , in a specific folder.Does this work in struts2?
In short, what i have is WEB-INF/classes/resources/home_en.properties WEB-INF/classes/resources/home_fr.properties and what i want is WEB-INF/classes/resources/en/home_en.properties WEB-INF/classes/resources/fr/home_fr.properties can anyone tell me, whether is works???? -- View this message in context: http://www.nabble.com/multilingual-support-in-struts2-tf4299499.html#a12237861 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]