Welcome Guest, Not a member yet? Register   Sign In
Unable to load language files
#3

Once you retrieve the language from your session, you can set the default language to be used when you call $this->lang->load() by calling $this->config->set_item('language', $lang); (where $lang is the language to load). Then every call to $this->lang->load('whatever_lang_file'); afterwards in the same request will work as if you passed $lang as the second argument.
Reply


Messages In This Thread
Unable to load language files - by eyal - 02-09-2016, 02:57 AM
RE: Unable to load language files - by siburny - 02-09-2016, 03:12 PM
RE: Unable to load language files - by mwhitney - 02-15-2016, 12:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB