What is the best way to implement multi-language support in the Zend Framework?
I plan to use a separate language file for each language. Are there any other good approaches that I could look into?
What is the best way to implement multi-language support in the Zend Framework?
I plan to use a separate language file for each language. Are there any other good approaches that I could look into?
Yes, this is ZF agnostic and IMO is the way to go.
Learn how to use gettext and use something like Poedit to translate the content.
I've done it several times with Zend_Translate and poedit.
Check this links: