How to change validation text in multilingual

dixittejas 19 Mar, 2009
Hello,

I have site with many languages like english and french.
I want to change validation text (e.g. "this is a required field") respect to each language.

I mean when user in French language he/she can see validation text "cette rubrique est obligatoire".

How to do settings this?
I am using Joomfish for multilingual.

Thanks,
Tejas
GreyHead 19 Mar, 2009
Hi Tejas,

You can use the title attribute of an input to set a custom error message
<input type='text' . . . title="cette rubrique est obligatoire" . . . />


You can also search here on Joomfish or language to find other possible solutions.

Bob
This topic is locked and no more replies can be posted.