| 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 Also: javax.servlet.http.HttpServletRequest.getLocale |