![]() |
Model validation messages - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forum-28.html) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forum-30.html) +--- Thread: Model validation messages (/thread-71726.html) |
Model validation messages - dannywebdev - 09-16-2018 How to translate error messages in model validation RE: Model validation messages - ciadmin - 09-16-2018 For now, you will have to provide your own language files inside application/Language. We are working on how to best support multiple languagee translations, but don't have a decision yet. RE: Model validation messages - dannywebdev - 09-16-2018 Thank you. That's what I thought. |