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: ``` [Required(ErrorMessageResourceName ="MissingEmailAddress", ErrorMessageResourceType = typeof(SharedResource))] [Display(Name = "Email", ResourceType = typeof(SharedResource))] [EmailAddress(ErrorMessageResourceName ="EmailAddressWrongFormat", ErrorMessageResourceType = typeof(SharedResource))] ``` How I have to e to configure it ? Thanks a lot