Microsoft Enterprise Library 3.1 - Validation - Message From resx - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T05:06:35Z http://stackoverflow.com/feeds/question/446634 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/446634/microsoft-enterprise-library-3-1-validation-message-from-resx 0 Microsoft Enterprise Library 3.1 - Validation - Message From resx Blounty 2009-01-15T13:01:25Z 2009-02-17T09:09:52Z <p>Hi,</p> <p>I am trying to use the Enterprise Library 3.1 Validation Block for validating my objects in a new project. This application is to be multi-lingual and as such need to be able to put my error messages into resx files. How would you go about doing this? Would you use the config section or Attributes on the objects themselves and how do you specify the resx file to use?</p> <p>Thank you for your help.</p> http://stackoverflow.com/questions/446634/microsoft-enterprise-library-3-1-validation-message-from-resx/556046#556046 1 Answer by Robert Vuković for Microsoft Enterprise Library 3.1 - Validation - Message From resx Robert Vuković 2009-02-17T09:09:52Z 2009-02-17T09:09:52Z <p>You should use <strong>Message Template Tokens</strong>.<br /> Take a look at the following link:</p> <ul> <li><a href="http://www.pnpguidance.net/Post/ValidationApplicationBlockMessageTemplateTokensResourceFiles.aspx" rel="nofollow">Validation Application Block Message Template Tokens and Resource Files</a></li> </ul> <p>You will find more in Enterprise Library documentation.</p>