Alan
Alan

Reputation: 3058

Best way to implement multi-language in Zend Framework

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?

Upvotes: 10

Views: 8735

Answers (2)

Macarse
Macarse

Reputation: 93163

I've done it several times with Zend_Translate and poedit.

Check this links:

Upvotes: 8

Alix Axel
Alix Axel

Reputation: 154623

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.

Upvotes: 4

Related Questions