![]() |
Website bilingual - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21) +--- Thread: Website bilingual (/showthread.php?tid=4559) |
Website bilingual - El Forum - 12-03-2007 [eluser]fugugirl[/eluser] Hi everyone, I'm new here and looking for a simple framework to build my application/website administration. My question is : "is it simple to make a bilingual back-office with CI ?" I've search in the help but could'nt find a clear answer. Thanks for your help. Aurélia. Website bilingual - El Forum - 12-03-2007 [eluser]tonanbarbarian[/eluser] CI has a language library which is used to help with multiple languages http://ellislab.com/codeigniter/user-guide/libraries/language.html You simply create sets of files that contain your text and you can then create the various translations Website bilingual - El Forum - 12-03-2007 [eluser]fugugirl[/eluser] Ok, like I would do if I code my-self the administration. Juste double the set of files. Thanks a lot ![]() A. Website bilingual - El Forum - 12-29-2007 [eluser]Grahack[/eluser] In the wiki you'll find some useful tips too. http://codeigniter.com/wiki/Language_Selection/ http://codeigniter.com/wiki/Category:Internationalization::Internationalization_Views_i18n/ http://codeigniter.com/wiki/Internationalization_and_the_Template_Parser_Class/ ... |