@Nullable open static fun getLocaleResolver(request: HttpServletRequest): LocaleResolver
Return the LocaleResolver that has been bound to the request by the DispatcherServlet.
request - current HTTP request
Return
the current LocaleResolver, or null if not found