To make it work, you just need to do two things:
1) Put the language file (portuguese.php) at the following folder:
assets/grocery_crud/languages
2) Change the default language (application/config/grocery_crud.php) as follows:
<?php $config['grocery_crud_default_language'] = 'portuguese';
-Rafael














