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 simply uses the primary locale specified in the "Accept-Language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).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.