[eluser]Agustín Villalba[/eluser]
Hello! I'm trying to use multilenguage in my site, and when I set the language to spanish, the form_validation library still shows the validation_errors() messages in english, but I have the file "form_validation_lang.php" in my system/language/spanish folder, and the other strings (my strings) in my site are in Spanish. What I have to do in order to use multilenguage in form_validation properly?
Thanks.
[eluser]Ochetski[/eluser]
1. Do you have all the files inside system/language/spanish folder?
2. form_validation_lang.php and validation_lang.php are there?
3. Is the message a custom validation method or CI methods (required|is_natural|...)?