Hello!
Is it posiible to localize Model attributes (Like Display, Required, MaxLength and others)?
I've created model with different attributes. If use [Display(Name="Name of property")] it works well. When I want to localize this attribute with [Display(Name = "EmailFrom", ResourceType = typeof(App_LocalResources.Item))], a message "Cannot retrieve property 'Name' because localization failed. Type 'DotNetNuke.Modules.SimpleSender.App_LocalResources.Item' is not public or does not contain a public static string property with the name 'EmailFrom'..." appears.