接口的使用
cn.taketoday.web.LocaleContextResolver
使用LocaleContextResolver的程序包
-
cn.taketoday.web.i18n中LocaleContextResolver的使用
修饰符和类型类说明classAbstract base class forLocaleContextResolverimplementations.classLocaleResolverimplementation that uses a cookie sent back to the user in case of a custom setting, with a fallback to the configured default locale, the request'sAccept-Languageheader, or the default locale for the server.classLocaleResolverimplementation that always returns a fixed default locale and optionally time zone.classLocaleResolverimplementation that uses a locale attribute in the user's session in case of a custom setting, with a fallback to the configured default locale, the request'sAccept-Languageheader, or the default locale for the server.