08.10.2017 Views

codeigniter_tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

CodeIgniter<br />

?><br />

<br />

<br />

Create three folders called English, French, and German in application/language as<br />

shown in the figure below.<br />

Copy the below given code and save it in english_lang.php file in<br />

application/language/english folder.<br />

<br />

$lang['msg'] = "CodeIgniter Internationalization example.";<br />

Copy the below given code and save it in french_lang.php file in<br />

application/language/French folder.<br />

<br />

$lang['msg'] = "Exemple CodeIgniter internationalisation.";<br />

86

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!