Interface EnumLocaleResolution
-
public interface EnumLocaleResolution
Flags 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 int
LOCALE_RESOLUTION_OVERRIDE
Use the specified locale - ignore preference settings.static int
LOCALE_RESOLUTION_WEB
Resolve 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
-
-