spring-framework / org.springframework.web.servlet.support / RequestContextUtils / getLocaleResolver

getLocaleResolver

@Nullable open static fun getLocaleResolver(request: HttpServletRequest): LocaleResolver

Return the LocaleResolver that has been bound to the request by the DispatcherServlet.

Parameters

request - current HTTP request

Return
the current LocaleResolver, or null if not found