Chapter 6 - Error messages and localization
Hi guys,
The DataAnnotations attributes appear to only localizable messages if they come from a resource file compiled into the web application.
We use a custom resource provider ( setup from the system.web/globalization configuration element ) so we can have consistent messaging across all our applications, so we don't have to recompile for every typo and allow us to add new languages in 1 go.
Is this possible, if not, then how do I accomplish this ?
|