Welcome Guest, Not a member yet? Register   Sign In
create dynamic variable in config.php
#2

[eluser]Eduard Stankovic[/eluser]
yes it is a possible .. try something like this in MY_controller or MY_lang.... it is up to you... but try to use i18n library Smile

Code:
global $CFG;

$CFG->set_item('language', 'slovak');

or
Code:
$this->config->set_item('language', 'slovak');

I hope it's what are you looking for Smile


Messages In This Thread
create dynamic variable in config.php - by El Forum - 02-26-2013, 04:25 AM
create dynamic variable in config.php - by El Forum - 02-26-2013, 07:51 AM
create dynamic variable in config.php - by El Forum - 02-26-2013, 08:03 AM
create dynamic variable in config.php - by El Forum - 02-26-2013, 09:31 AM
create dynamic variable in config.php - by El Forum - 02-27-2013, 02:42 AM



Theme © iAndrew 2016 - Forum software by © MyBB