Oh...
Well, that was pretty simple. I just uploaded two files using $this->lang->load() .
$this->lang->load("lang_file1"); $this->lang->load("lang_file2");
Then after loading the view, I can use the lines from both files. But I'm not sure if the same line is in different lang files.
I also saw that you can even upload multiple views to CodeIgniter. Just download them sequentially, and CodeIgniter will combine them into one view.
source share