I want to convert my system in multiple languages which is build in zend framework. I have a language folder and this folder I created multiple language foldrs like en,jp,ch etc. All language folders have their own language files like en.php,jp.php,ch.php and have constants defined in them. So How can i use this language system in Zend Framework.
Asked
Active
Viewed 422 times
0
-
1Are the [Zend_Translate docs](http://framework.zend.com/manual/1.12/en/zend.translate.html) insufficient in some way? What have you tried that has not worked? – David Weinraub Dec 14 '12 at 11:08
-
If the documentation isn't working for you, providing us with your current code which you are attempting to use may be of use for us to further help you out. – Diemuzi Jan 21 '13 at 21:41