![]() |
Multi-language support - 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: Multi-language support (/showthread.php?tid=35511) |
Multi-language support - El Forum - 11-01-2010 [eluser]codeninja[/eluser] I am currently building an application that would need to be transalated to many different languages. Now the way the application would work is: 1. User starts the application 2. Is presented with a screen that ask him to choose the language 3. We run through the rest of the application with that language Should I store the language selection in SESSION or COOKIE? How would you approach this? Also, any plugin / library that allows us to save/pull all the language strings from the database instead of a file? Multi-language support - El Forum - 11-01-2010 [eluser]n0xie[/eluser] Start here: http://maestric.com/doc/php/codeigniter_i18n |