all of the error messages are set in the HTML code ogf the page, for example the invalid format error code may look like:
<span class="textfieldInvalidFormatMsg">Invalid format.</span>
you can change that directly in the HTML:
<span class="textfieldInvalidFormatMsg">You have entered an Invalid format.</span>
No, there is not a language file that can be edited, you would need to manually translate the error messages.


