Does anyone know how to solve this:
An Error Was Encountered: Unable to load the requested language file: language / english-brazilian / form_validation_lang.php
I followed the following steps to include the translation:
application -> language ->
and put the portuguese-brazilian folder here application -> config -> $config['language'] = 'portuguese-brazilian';
(after deleting english). Note: the form_validation_lang.php file is in the
portuguese-brazilian
folder.