Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

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

Open
csimone86 opened this issue May 16, 2019 · 1 comment
Open

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

csimone86 opened this issue May 16, 2019 · 1 comment

Comments

@csimone86
Copy link

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
Copy link
Owner

Dresel commented May 23, 2019

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants