How to load language file in CodeIgniter?
How to load language file in CodeIgniter? Loading a language file is done with the following code: $this->lang->load(‘filename’, ‘language’); Where filename is the name of the file you wish to load (without the file extension), and language is the language set containing it (ie, english). How to set language in CodeIgniter? Enable Multi Language Capability […]