CodeIgniter Forums
Load custom language file BF $this->lang->load - 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: Load custom language file BF $this->lang->load (/showthread.php?tid=68970)



Load custom language file BF $this->lang->load - canado - 09-21-2017

Hi everyone

Before I forcing a custom language to load with

$this->lang->load("name_of_my_file_lang.php")

What would be the new method to achieve the same result in the new CI4 ?

Thanks


RE: Load custom language file BF $this->lang->load - InsiteFX - 09-22-2017

SEE: Localization - CodeIgniter 4 Users Guide.