| Interface | Description |
|---|---|
| LocaleContextResolver |
Interface for web-based locale context resolution strategies that allows
for both locale context resolution via the request and locale context modification
via the HTTP exchange.
|
| Class | Description |
|---|---|
| AcceptHeaderLocaleContextResolver |
LocaleContextResolver implementation that simply uses the primary locale
specified in the "Accept-Language" header of the HTTP request (that is,
the locale sent by the client browser, normally that of the client's OS). |
| FixedLocaleContextResolver |
LocaleContextResolver implementation that always returns a fixed locale
and optionally time zone. |