Uses of Interface
org.apache.sling.i18n.LocaleResolver
Packages that use LocaleResolver
-
Uses of LocaleResolver in org.apache.sling.i18n
Classes in org.apache.sling.i18n that implement LocaleResolverModifier and TypeClassDescriptionclassTheDefaultLocaleResolverresolves 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-Languageheader.