![]() |
php gettext not working properly - multilingual site - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: php gettext not working properly - multilingual site (/showthread.php?tid=53545) |
php gettext not working properly - multilingual site - El Forum - 07-28-2012 [eluser]Unknown[/eluser] My approach: I have created MY_language_helper.php in application/helpers Code: <?php Code: $autoload['helper'] = array('url','language'); Code: application/language/locale/en_US/LC_MESSAGES/lang.mo and lang.po Here is the view Code: <?php Any help acceptable :-) |