public interface CentraSiteLocale
Modifier and Type | Method and Description |
---|---|
java.util.Locale |
getLocale()
Get the locale.
|
boolean |
isDefault()
Return whether this is the default locale.
|
void |
setDefault(boolean isDefault)
Indicate whether this is the default locale.
|
void |
setLocale(java.util.Locale locale)
Set the locale.
|
java.util.Locale getLocale() throws JAXRException
JAXRException
- if an internal error occurs on retrieving the localevoid setLocale(java.util.Locale locale) throws JAXRException
locale
- the localeJAXRException
- if an internal error occurs on updating the localeboolean isDefault() throws JAXRException
JAXRException
- if an internal error occursvoid setDefault(boolean isDefault) throws JAXRException
isDefault
- true if this is to be marked as default localeJAXRException
- if an internal error occurs