Welcome to the ValidateThis i18n Demo Page.
This sample form includes hints which indicate the various validations that have been defined for the business object that underlies the form.
Use the text links above to toggle JavaScript validations to see both the client-side and server-side validations in action. You can also use the links to toggle between English and French validation failure messages, both client-side and server-side.
All of the validations are driven by a simple xml file, which is used to define the business rules that apply. You can view the xml file here.
Note that only the validation failure messages are internationalized - the form field names will always appear in English. Also note that for the purposes of this demo I translated all of my failure messages from English to French using Google Language Tools, so the translations may be off a bit ;-)
Please refer to my blog for more detailed information about the framework.