Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

CodeIgniter 2 Internationalization (i18n) Library

Originally by Jérôme Jaglale. Also based on cimet ideas.

Installation and configuration

Just copy the files to your /application folder. Set available languages on /application/config/i18n.php

Usage

Each method is documented.

Get the current language: $this->lang->lang();

Switch to another language: anchor($this->lang->switch_uri('es'),'Display current page in Spanish');

Auto guessing language

When there's no language set on the URL, we'll try to autoguess user's language. On each request, the browser send info on their language preferences. The library checks that info ($_SERVER['HTTP_ACCEPT_LANGUAGE']) and tries to guess which language to use.

About

CodeIgniter 2 Internationalization (i18n) Library

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages