![]() |
Best way to code a Website for Multiple Language support. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Libraries & Helpers (https://forum.codeigniter.com/forumdisplay.php?fid=22) +--- Thread: Best way to code a Website for Multiple Language support. (/showthread.php?tid=43456) |
Best way to code a Website for Multiple Language support. - El Forum - 07-12-2011 [eluser]warpspasm[/eluser] Hi Everyone, I would like to offer users on my site the possibility to change the language. What is the best way to implements such a system? The view obviously won't contain the English text anymore, but instead perhaps a message id variable or perhaps even an array with a language id and message id selecting the correct message. Any thoughts? Thanks! Best way to code a Website for Multiple Language support. - El Forum - 07-12-2011 [eluser]Stoney[/eluser] I'm using http://maestric.com/doc/php/codeigniter_i18n |