开发者

How to implement multiple language in zend framework?

I want to implement multi language in my site using zend framework.

I need 开发者_运维问答step by step solution, i got some solution but not able to understand.

Thanks in advance.

Kanji


You can use Zend_Translate for this.

You have to

  1. Decide which adapter you want to use;
  2. Create your view and integrate Zend_Translate in your code;
  3. Create the source file from your code;
  4. Translate your source file to the desired language.

The reference manual explains these steps in further detail. You might also be interested in

  • Devzone: Zend Framework and Translation
  • ZendCasts: Introducing Zend_Translate


Following link will help you

http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜