Interface RegionalValues
- 
- All Known Subinterfaces:
 RegionalOptions,WebIServerSession
public interface RegionalValuesThis interface provides accessor methods for various locale settings. Note that the accessor methods always return non-nullWebLocaleinstances even thoughWebLocale.getLocale()may be null.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebLocalegetDisplayWebLocale()WebLocalegetMessagesWebLocale()WebLocalegetMetadataWebLocale()WebLocalegetNumberWebLocale()WebLocalegetWarehouseDataWebLocale() 
 - 
 
- 
- 
Method Detail
- 
getMetadataWebLocale
WebLocale getMetadataWebLocale()
- Returns:
 - the metadata locale.
 
 
- 
getDisplayWebLocale
WebLocale getDisplayWebLocale()
- Returns:
 - the web display locale.
 
 
- 
getMessagesWebLocale
WebLocale getMessagesWebLocale()
- Returns:
 - the locale used by the Intelligence Server for displaying messages.
 
 
- 
getNumberWebLocale
WebLocale getNumberWebLocale()
- Returns:
 - the number and date-time locale
 
 
- 
getWarehouseDataWebLocale
WebLocale getWarehouseDataWebLocale()
- Returns:
 - the warehouse data locale.
 
 
 - 
 
 -