@Version(value="2.2.1")
| Interface | Description | 
|---|---|
| LocaleResolver | Deprecated
 The  
RequestLocaleResolver should be used instead. | 
| RequestLocaleResolver | 
 The  
RequestLocaleResolver 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 | Description | 
|---|---|
| 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 © 2018 The Apache Software Foundation. All rights reserved.