Package org.springframework.web.server.i18n
@NonNullApi
@NonNullFields
package org.springframework.web.server.i18n
Locale related support classes.
Provides standard LocaleContextResolver implementations.
-
ClassDescription
LocaleContextResolver
implementation that looks for a match between locales in theAccept-Language
header and a list of configured supported locales.LocaleContextResolver
implementation that always returns a fixed locale and optionally time zone.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.