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

[eluser]keevitaja[/eluser]
now i have problem with languages.

Code:
<?php
class Subtest extends Controller {
  function index() {
    echo $this->config->item('language').'<br>'; //prints estonian, set in config file, default
    $this->config->set_item('language', 'english');
    echo $this->config->item('language').'<br>'; //prints english
    echo $this->lang->line('site_select_language'); //still prints out the estonian version
  }
}

i have both estonian and english versions in language folder
isn't it possible to change the language like that?

however if i change the config file and set $config['language'] = "english"; it will print out the english version!


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