Microsoft Enterprise Library 3.1 - Validation - Message From resx - Stack Overflow most recent 30 from stackoverflow.com2009-12-01T05:06:35Zhttp://stackoverflow.com/feeds/question/446634http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/446634/microsoft-enterprise-library-3-1-validation-message-from-resx0Microsoft Enterprise Library 3.1 - Validation - Message From resxBlounty2009-01-15T13:01:25Z2009-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#5560461Answer by Robert Vuković for Microsoft Enterprise Library 3.1 - Validation - Message From resxRobert Vuković2009-02-17T09:09:52Z2009-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>