Codeigniter get keys of language-files Codeigniter get keys of language-files codeigniter codeigniter

Codeigniter get keys of language-files


I found it out (with help of CI-Guys from http://webchat.freenode.net/ #codeigniter):

I can access the array by using $var = $this->lang->language.

Now I can use array_search("val",$var); to get the key for that value.