@NonNullApi @NonNullFields
See: Description
| Interface | Description | 
|---|---|
| LocaleContext | Strategy interface for determining the current Locale. | 
| TimeZoneAwareLocaleContext | Extension of  LocaleContext, adding awareness of the current time zone. | 
| Class | Description | 
|---|---|
| LocaleContextHolder | Simple holder class that associates a LocaleContext instance
 with the current thread. | 
| SimpleLocaleContext | Simple implementation of the  LocaleContextinterface,
 always returning a specifiedLocale. | 
| SimpleTimeZoneAwareLocaleContext | Simple implementation of the  TimeZoneAwareLocaleContextinterface,
 always returning a specifiedLocaleandTimeZone. |