My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
CodeIgniter  
CodeIgniter localization example
Updated Mar 22, 2011 by phong.le...@gtempaccount.com

Introduction

CodeIgniter localization file is used with CodeIgniter framework. Get Localization also has full support for it.

Example

Following shows an example of CodeIgniter localization file (.php)

$lang['title_hello'] = "Hello";
$lang['title_bye'] = "Bye";
$lang['exit'] = "Exit";
Comment by tayyaba....@gmail.com, Dec 11, 2012

hello

Powered by Google Project Hosting