-----Original Message----- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 2:46 AM To: user@struts.apache.org Subject: [OT]find available language property files in a web application
Hi How to find out which language property files are availble in a web project, for example i have test.properties, test_fr_FR.properties, test_ru.properties file in WEB-INF\classes folder, how to identify on the fly what languages property files are availble and then display it in a jsp so the user can select the language he wants to see the web site Ashish -----Original Message----- Hi Can you do it beforehand == while building your application? Then you could let ant search for the *.properties-files and with some additional magic setup some config-file or some config- parms (eg. in the web.xml) to give your app a hint. hth Alexander --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]