Implementation of LocaleResolver that simply uses the primary locale specified in the "accept-language" header of the HTTP request (that is, the locale sent by the client browser, normally that of the client's OS).
Note: Does not support setLocale, since the accept header can only be changed through changing the client's locale settings.
@author Juergen Hoeller
@since 27.02.2003
@see javax.servlet.http.HttpServletRequest#getLocale()
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.