Package org.apache.sling.i18n

Interface Summary
LocaleResolver Deprecated. The RequestLocaleResolver should be used instead.
RequestLocaleResolver The GlobalLocaleResolver service interface may be implemented by a service registered under this name to allow the resolution of the request Locale to apply.
ResourceBundleProvider The ResourceBundleProvider service interface defines the API for a service, which is capable of returned ResourceBundle for given any Locale.
 

Class Summary
DefaultLocaleResolver 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.
 



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.