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.
Required fields response messages language?
Started by stavgian, 02 June 2012 - 19:12 PM
- Single Page
Posted 02 June 2012 - 19:12 PM
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.