程序包 cn.taketoday.core.i18n
@NonNullApi
@NonNullFields
package cn.taketoday.core.i18n
Abstraction for determining the current Locale,
plus global holder that exposes a thread-bound Locale.
-
类说明Strategy interface for determining the current Locale.Simple holder class that associates a LocaleContext instance with the current thread.Simple implementation of the
LocaleContextinterface, always returning a specifiedLocale.Simple implementation of theTimeZoneAwareLocaleContextinterface, always returning a specifiedLocaleandTimeZone.Extension ofLocaleContext, adding awareness of the current time zone.