Package org.apache.sling.i18n


@Version("2.2.1") package org.apache.sling.i18n
  • Class
    Description
    The DefaultLocaleResolver resolves the request's Locale by calling the ServletRequest.getLocales() method, which generally will be the Servlet Container's implementation of this method and thus be based on the client's Accept-Language header.
    Deprecated.
    The RequestLocaleResolver should be used instead.
    The RequestLocaleResolver service interface may be implemented by a service registered under this name to allow the resolution of the request Locale to apply.
    The ResourceBundleProvider service interface defines the API for a service, which is capable of returned ResourceBundle for given any Locale.