The standard I18N rules apply, so you create a click-page.properties,
and all the languages as click-page_[your country/lang code].properties.
So a Dutch page would be click-page_nl.properties etc.
The locale will be used from the request, but you can explicitly set the
locale in the context.
(http://incubator.apache.org/click/docs/click-api/org/apache/click/Context.html#setLocale(java.util.Locale))
Cheers,
WarnerJan
On 12-Jan-10 22:35, dshah wrote:
Hi,
I am wondering what would be the correct way to implement
internationalization using Click?
Thoughts?
Dipita