Hi,

You can use all standard java localization recommandation:
SimpleDateFormat
NumberFormat etc....

All localized message are stored in a global property file:
myApp_en.properties (for english messages)

OR

in  a per page or per component basis in the web-inf:
myPage.properties (default)
myPage_en.properties
myPage_fr.properties

To format a date in the correct locale in the html using ognl:
For date
@[EMAIL PROTECTED] (@[EMAIL PROTECTED],@[EMAIL PROTECTED], locale)
For time
@[EMAIL PROTECTED](@[EMAIL PROTECTED], locale)
For Numbers
@[EMAIL PROTECTED](locale)

Numa

Le 13 févr. 07 à 14:37, Stephane Decleire a écrit :

Hi,

Is there a prefered way to deal with user localization in Tapestry ? I mean how to print dates, numbers, etc ... according to the localization of the user (say based on the user choice or on his browser configuration) ?

Thanks in advance.

--
Stéphane Decleire




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to