Re: [OT]find available language property files in a web application

2005-04-13 Thread Dakota Jack
Just in case you don't know this, Ashish, which you probably do, if the user's browser is in a language and you have that language available, the language will be shown automatically without the user having to see if it is available. Having choices is valuable only where the user wants a language

Re: [OT]find available language property files in a web application

2005-04-13 Thread Dakota Jack
This is probably just about as easy with any mature framework. You are probably using Struts, since you asked a Struts list, so I will give you a Struts sort of answers, rather than Pearl, JSF, C#, NET, or whatever. First, however, to answer your question rather than try to sell my wares, I have

Re: [OT]find available language property files in a web application

2005-04-13 Thread Craig McClanahan
On 4/13/05, Ashish Kulkarni <[EMAIL PROTECTED]> wrote: > 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

[OT]find available language property files in a web application

2005-04-13 Thread Ashish Kulkarni
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 us