Yet another MVC localization question...
I\'m trying to localize an ASP.Net MVC 3 app using localized Resource files to display texts in the views, as recommended.>
If you open the System.ComponentModel.DataAnnotations.dll with a tool like Reflector you can open the resource System.ComponentModel.DataAnnotations.Resources.DataAnnotationsResources.resources and have a look.
You can also check out the System.ComponentModel.DataAnnotations.Resources.DataAnnotationsResources class that provides access to the resource strings.