public interface Localizable
Locale information required for proper translation.java.util.Locale getLocale()
Locale which represents the locale setting for this object, or the the system default locale, if not locale has been explicitly set.void setLocale(java.util.Locale locale)
locale - A Locale value that represents the locale to use for proper translation.