Hi everyone,

I am developing a web application in tapestry & now I want to call locale
properties file & this properties file call should depends on the calling
url.

Eg.,

My app name is Club

& I have properties file under my WEB-INF folder as

Club_en.properties
Club_de.properties
Club_it.properties

& in AppModule extended the supported locales to

configuration.add(SymbolConstants.SUPPORTED_LOCALES, "en,de,it");

*** Now this works well & this filter call based on client browser's
preference language

I want to call this properties file bases on url called 

*** For eg., When I called this app as de.club.mobi/Club then my application
should use the properties file Club_de.properties file

How can I achieve this? Anyone give me some ideas?

Regards,
Karthi.



--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-call-locale-properties-file-based-on-urls-tp5719862.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to