public enum WebLocaleProperties.LocaleResolver
Enum constant | Description |
---|---|
ACCEPT_HEADER |
Use the "Accept-Language" header or the configured locale if the header is not set. |
COOKIE |
Use a cookie. |
FIXED |
Always use the configured locale. |
SESSION |
Use a locale attribute in the user's session. |
Use the "Accept-Language" header or the configured locale if the header is not set.
Use a cookie.
Always use the configured locale.
Use a locale attribute in the user's session.