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.
setLocale(Context)