spring-framework / org.springframework.web.server.i18n

Package org.springframework.web.server.i18n

Types

FixedLocaleContextResolver

open class FixedLocaleContextResolver : LocaleContextResolver

LocaleContextResolver implementation that always returns a fixed default locale and optionally time zone. Default is the current JVM's default locale.

Note: Does not support setLocale(Context), as the fixed locale and time zone cannot be changed.