Is there ane way to get all language lines? - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Support (https://forum.codeigniter.com/forumdisplay.php?fid=30) +--- Thread: Is there ane way to get all language lines? (/showthread.php?tid=77507) |
Is there ane way to get all language lines? - T.O.M. - 09-09-2020 In CI3 was ability to get all language lines as array with: 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? |