<validationPattern dp_patternMessage=”message1″/>
   <validationPattern dp_patternMessage=”DP Pattern Message – The order number pattern is: A9A9A9″/>
Livecycle pattern message To dynamically populate a validation pattern message
Another example could be to provide custom error messages for patterns in another language. The data file you point to could have the following defined for pattern validation:
   <validationPattern dp_patternMessage=”Le numéro de commande doit suivre le modèle suivant : A9A9A9″/>
When you merge the data file with the form design, and you type a number in the Order Number field that does not match the pattern expected, an error dialog box in French appears.
Livecycle validation pattern french To dynamically populate a validation pattern message
Note:
To use non-ASCII text (such as accents) in your data file, ensure the file is suitably encoded and the encoding is correctly identified in the XML processing instruction. For example:
For example, type Order Number.
Livecycle validation pattern To dynamically populate a validation pattern message
See also 

To dynamically populate a validation pattern message