Uses of Interface
org.apache.sling.i18n.RequestLocaleResolver
Packages that use RequestLocaleResolver
-
Uses of RequestLocaleResolver in org.apache.sling.i18n
Classes in org.apache.sling.i18n that implement RequestLocaleResolverModifier and TypeClassDescriptionclass
TheDefaultLocaleResolver
resolves the request's Locale by calling theServletRequest.getLocales()
method, which generally will be the Servlet Container's implementation of this method and thus be based on the client'sAccept-Language
header.