Language and Localization
Hi! Currently the CMS is getting the model_lang file from the modules/language folder. How can i change this default location to get other customized file ? Plus, the lang() function is always echoeing the contents of the english folder. However, if i do a echo of the selected language ( changing it many times), the change is being made correctly. Any help ? Thanks in advance!
Comments
$this->config->set_item('language', 'my_language');