CodeIgniter 2.x.x http://codeigniter.org.tw
$ cd codeigniter_path
$ mkdir system/language/zh_tw
$ cd system/language/zh_tw
$ git clone https://github.com/CodeIgniter-TW/CodeIgniter-Language.git
or download source zip file https://github.com/CodeIgniter-TW/CodeIgniter-Language/downloads
modified your applicaion/config/config.php
find
$config['language'] = 'en';
relace
$config['language'] = 'zh-tw';