Package org.ametys.runtime.i18n
Interface FormatableI18nizable
- All Superinterfaces:
I18nizable
- All Known Implementing Classes:
I18nizableDate
,I18nizableDateTime
I18nizable
which may be formatted depending on a Locale
.-
Method Summary
Methods inherited from interface org.ametys.runtime.i18n.I18nizable
toSAX, toSAX
-
Method Details
-
format
Outputs a localized String representation.- Parameters:
locale
- theLocale
to use.- Returns:
- a localized String.
-