@Version("2.2.1")
Package org.apache.sling.i18n
-
Interface Summary Interface Description LocaleResolver Deprecated. TheRequestLocaleResolvershould be used instead.RequestLocaleResolver TheRequestLocaleResolverservice interface may be implemented by a service registered under this name to allow the resolution of the requestLocaleto apply.ResourceBundleProvider TheResourceBundleProviderservice interface defines the API for a service, which is capable of returnedResourceBundlefor given anyLocale. -
Class Summary Class Description DefaultLocaleResolver TheDefaultLocaleResolverresolves 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.