You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@haeberle & @damienbod: I just stumbled upon this issue because I faced a similar one (using Localization.SqlLocalizer 3.1.0). For me, it was not possible to set the 'ResourceType' on the DisplayAttribute. It has always resulted in an 'InvalidOperationException' (as also described here).
There are two options to overcome this challenge:
Skip setting a specific 'ResourceType'.
Or, if you would like to use resource type 'SharedResource' for all of your data annotations, add the following code to your configuration (described here and here):
First, cool work, very helpful!
But I'm struggling a bit to localize the MVC ViewModel, because I'd like to have the Fields in the database too:
How I have to e to configure it ?
Thanks a lot
The text was updated successfully, but these errors were encountered: