public interface Localizable
Locale
information required for proper translation.Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
Retrieves the locale associated with a object.
|
void |
setLocale(java.util.Locale locale)
Specifies the locale used by this object.
|
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.