Welcome Guest, Not a member yet? Register   Sign In
Language problem
#1

[eluser]Alix.G[/eluser]
Hey, I have some trouble changing the language item of the config file, it seems that it's changing but it's not retrieving the right language.

Here what I have done to test it:

In one of my controller I created a function
Code:
function french()
    {
        echo $this->config->item('language').'<br />'.$this->lang->line('admin_products').'<br /><br />';
        $this->config->set_item('language', 'french');
        echo $this->config->item('language').'<br />'.$this->lang->line('admin_products').'<br /><br />';
    }

// output :
//
//english
//products
//
//french
//products

Thanks for your help


Messages In This Thread
Language problem - by El Forum - 11-06-2010, 05:30 AM
Language problem - by El Forum - 11-06-2010, 05:57 AM
Language problem - by El Forum - 11-06-2010, 09:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB