简体   繁体   中英

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM