I was wondering would would be a good way to build a dynamic site, with the possibility of adding languages and not changing the hole site for this.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You mentioned you were using zend so you should be able to implement this.
Here you go Zend_Translate.
http://framework.zend.com/manual/en/zend.translate.introduction.html
Ive not used it myself but it says in the docs that it enables you to translate a view using whatever language adapter you wish to use.