Interface EnumLocaleResolution
- 
public interface EnumLocaleResolutionFlags that govern the resolution workflow of a locale during session creation.- Since:
 - MicroStrategy Web 9.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intLOCALE_RESOLUTION_OVERRIDEUse the specified locale - ignore preference settings.static intLOCALE_RESOLUTION_WEBResolve the locale normally where preferences are taken into account. 
 - 
 
- 
- 
Field Detail
- 
LOCALE_RESOLUTION_OVERRIDE
static final int LOCALE_RESOLUTION_OVERRIDE
Use the specified locale - ignore preference settings.- See Also:
 - Constant Field Values
 
 
- 
LOCALE_RESOLUTION_WEB
static final int LOCALE_RESOLUTION_WEB
Resolve the locale normally where preferences are taken into account.- See Also:
 - Constant Field Values
 
 
 - 
 
 -