Hello,
 
The application I'm working on needs to be fully localized, which means
correct display of language, currency, date and number formats. In my
application specification I have the following setting:
meta key="org.apache.tapestry.accepted-locales" value="en,sv" which gives
english speaking and swedish speaking users access to the application. As
for the language, the requirement is satisfied.
 
But how about the currency/dates/numbers which, as everybody knows, are
dependent on the ISO country code? Is there a way to 'help' Tapestry create
a complete locale, i.e., 'en_GB' instead of just 'en'? Ideally, this routine
should be done once per session.
 
Thanks for your time!
 
</Firas>
 

Reply via email to