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