Welcome Guest, Not a member yet? Register   Sign In
codeigniter gettext poedit php
#11

[eluser]Syed Abidur Rahman[/eluser]
[quote author="wormhit" date="1308079216"]

* To translate something use function _('my text') in your controllers and views.

* Create language files structure as follows:
Code:
/application/language/locales/lv_LV/LC_MESSAGES/
where lv_LV your language[/quote]

--------------------------------------------------------------------------------------------------------------
* Can I use the lang() function bulit in CodeIgniter instead of _() function?
* Can I use the directory as following:
Code:
/application/language/english/
instead of
Code:
/application/language/locales/lv_LV/LC_MESSAGES/
If I can't, please give me some explanations. I have tried, but could not do that.

Thank You!




Theme © iAndrew 2016 - Forum software by © MyBB