⚠ In case you've missed it, we have migrated to our new website, with a brand new forum. For more details about the migration you can read our blog post for website migration. This is an archived forum. ⚠

  •     

profile picture

Required fields response messages language?



stavgian
  • profile picture
  • Member

Posted 02 June 2012 - 19:12 PM

Hello again...


When a required field is empty the response text message is on English Language...
Do i do something wrong?
My locale language is Greek.

web-johnny
  • profile picture
  • Administrator
  • 1,166 posts

Posted 03 June 2012 - 22:29 PM

grocery CRUD set_rules works with the exact same way as codeigniter set_rules ( http://codeigniter.com/user_guide/libraries/form_validation.html#validationrules ). This means that for example if you simply want to change the messages of the default language you can go to [i]system/language/english/form_validation_lang.php [/i]and copy this file to: [i]application/language/english/form_validation_lang.php[/i] there you can change all the default messages to whatever you like even greek.