What steps will reproduce the problem?
1. Put the form on a website in a language different than english
2. Submit the form
What is the expected output? What do you see instead?
Error messages are in english instead of the website's default language (same
goes for multilingual websites)
The best solution would be to put all the translations in a separate file
'en.php' and let the user speficy the language code to use :
$form->setLang('fr');
Then everyone can create (and contribute with) it's own language file
Original issue reported on code.google.com by conort on 22 Nov 2012 at 9:32
Original issue reported on code.google.com by
conort
on 22 Nov 2012 at 9:32