Dresel / RouteLocalization

RouteLocalization is an MVC and Web API package that allows localization of your attribute routes.
MIT License
67 stars 13 forks source link

It seems ActionFilter is too late to apply current culture #78

Open csimone86 opened 5 years ago

csimone86 commented 5 years ago

I have create a simple MVC project and I am POSTing a DateTime value. My model is never validated when I use your CultureSensitiveActionFilterAttribute to set the culture. It seem that Model binding is exceuted before the action filter. The solution seems to create an IControllerActivator instead of an Action Filter. It would be great if you add the activator inside your nuget package.

Here the solution I have found: https://stackoverflow.com/questions/8226514/best-place-to-set-currentculture-for-multilingual-asp-net-mvc-web-applications

What do you think? Thank you

Dresel commented 5 years ago

Hi, if you think it's a valid contribution for this package - and as far as I understand its optional and you can opt-in for it - I would suggest you to go for a PR.