Skip to content

Instantly share code, notes, and snippets.

@mpmont
Created January 17, 2012 17:23
Show Gist options
  • Save mpmont/1627605 to your computer and use it in GitHub Desktop.
Save mpmont/1627605 to your computer and use it in GitHub Desktop.
teste
$this->load->model('menus_model');
$language = $this->uri->segment(1);
switch ($language) {
case 'pt':
$this->lang->load('front-end', 'portuguese');
break;
case 'en':
$this->lang->load('front-end', 'english');
break;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment