Welcome Guest, Not a member yet? Register   Sign In
problem changing the language
#5

[eluser]tomcode[/eluser]
Code:
// You do not need to load the library language, it is auto loaded by the system.

// Here You load the estonian language file, i.e. the language set in Your config
$this->lang->load('site');

// Now change the language
$this->config->set_item('language', 'english');

// Reload all currently loaded language files, using the english set
$this->language->reload();
    
// Should output the english string
echo $this->lang->line('site_select_language');


Messages In This Thread
problem changing the language - by El Forum - 08-30-2010, 11:15 AM
problem changing the language - by El Forum - 08-30-2010, 12:11 PM
problem changing the language - by El Forum - 08-30-2010, 04:08 PM
problem changing the language - by El Forum - 08-31-2010, 04:57 AM
problem changing the language - by El Forum - 08-31-2010, 01:20 PM
problem changing the language - by El Forum - 08-31-2010, 04:03 PM
problem changing the language - by El Forum - 09-01-2010, 06:26 AM
problem changing the language - by El Forum - 09-01-2010, 08:27 AM



Theme © iAndrew 2016 - Forum software by © MyBB