| Package | Description |
|---|---|
| org.springframework.context.i18n |
Abstraction for determining the current Locale,
plus global holder that exposes a thread-bound Locale.
|
| Class and Description |
|---|
| LocaleContext
Strategy interface for determining the current Locale.
|
| SimpleLocaleContext
Simple implementation of the
LocaleContext interface,
always returning a specified Locale. |
| TimeZoneAwareLocaleContext
Extension of
LocaleContext, adding awareness of the current time zone. |