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

[eluser]keevitaja[/eluser]
i must be really stupid or missing something...

Code:
<?php

//$config['language']    = "english";
//$autoload['language'] = array();

class Test extends Controller {
  function index() {
    $this->load->library('language'); //must be loaded, otherwise get the error
    
    $this->lang->load('site');
    $this->config->set_item('language', 'estonian');
    $this->language->reload();
    
    //$this->lang->load('site', 'estonian'); //redeclared after reload gives no results!
    
    echo $this->lang->line('site_username'); //still prints the english version
    
    //site_lang.php present in estonian and english folders
    //changeing the config.php file will do the job!
  }
}


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