I want to set the value of Thread.CurrentCulture based on some route data, but I can\'t find an event to hook to that fires after the routes are calculated and befo
Thread.CurrentCulture
If you want to apply the culture on every action, you could create a base controller and override the OnActionExecuting method.
OnActionExecuting