Welcome Guest, Not a member yet? Register   Sign In
language in admin panel
#4

[eluser]JoostV[/eluser]
Then you are not using this code in a controller Wink

If you want to set the language in config.php you had better use PHP sessions. CI config loads before the session library library, so you will not have access to the session library there.

Code:
isset($_SESSION['selected_language']) || $_SESSION['selected_language'] = 'slovene';
$config['language'] = $_SESSION['selected_language']);


Messages In This Thread
language in admin panel - by El Forum - 04-22-2012, 07:59 AM
language in admin panel - by El Forum - 04-22-2012, 01:01 PM
language in admin panel - by El Forum - 04-22-2012, 11:03 PM
language in admin panel - by El Forum - 04-23-2012, 01:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB