Welcome Guest, Not a member yet? Register   Sign In
Changing language on the fly
#1

[eluser]PoWah[/eluser]
I have autoloaded one language file in autoload.php:
Code:
$autoload['language'] = array('application');

There are in this file common constants that I need in my application permanently.
How I can change language on the fly? Tried
Code:
$this->config->set_item('language', 'nl');
but it didn't work :/ CI still outputs default language lines


Messages In This Thread
Changing language on the fly - by El Forum - 12-21-2007, 09:25 AM
Changing language on the fly - by El Forum - 12-21-2007, 03:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB