com.microstrategy.web.objects.localization.RegionalOptions |
![]() |
This interface defines various methods to configure a default locale prior to the resolution triggered during session creation. If no suitable value is resolved from their respective preference setting, these defaults will be used instead.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract void |
setDisplayLocale(Locale locale)
Configures a default locale to use should the resolution process not find a suitable preference setting.
| ||||||||||
abstract void |
setMessagesLocale(Locale locale)
Configures a default locale to use should the resolution process not find a suitable preference setting.
| ||||||||||
abstract void |
setMetadataLocale(Locale locale)
Configures a default locale to use should the resolution process not find a suitable preference setting.
| ||||||||||
abstract void |
setNumberLocale(Locale locale)
Configures a default locale to use should the resolution process not find a suitable preference setting.
| ||||||||||
abstract void |
setWarehouseDataLocale(Locale locale)
Configures a default locale to use should the resolution process not find a suitable preference setting.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Configures a default locale to use should the resolution process not find a suitable preference setting.
locale | a default web display locale. |
---|
Configures a default locale to use should the resolution process not find a suitable preference setting.
locale | Intelligence Server messages locale. |
---|
Configures a default locale to use should the resolution process not find a suitable preference setting.
locale | a default metadata locale. |
---|
Configures a default locale to use should the resolution process not find a suitable preference setting.
locale | a default number and date-time locale |
---|
Configures a default locale to use should the resolution process not find a suitable preference setting.
locale | a default warehouse data locale. |
---|