09-09-2020, 05:14 AM
In CI3 was ability to get all language lines as array with:
It is very useful for views - no need to list all the required language fields and just add all of them (from the loaded language files).
I didn't find any way to do this in CI4. Is it possible?
PHP Code:
$this->lang->language
It is very useful for views - no need to list all the required language fields and just add all of them (from the loaded language files).
I didn't find any way to do this in CI4. Is it possible?