How would you transform a pre-existing web app into a multilingual one?

前端 未结 6 1596
遇见更好的自我
遇见更好的自我 2020-12-05 05:13

I am going to work on a project where a fairly large web app needs to tweaked to handle several languages. The thing runs with a hand crafted PHP code but it\'s pretty clean

6条回答
  •  一整个雨季
    2020-12-05 05:47

    You could look at Zend_Translate, it's a pretty comprehensive, well documented and overall code quality is great. It also allows you to use a unified API for gettext, csv, db, ini file, array or whatever you end up saving your translated strings in.

    Also, look at/watch this thread: What are good tools/frameworks for i18n of a php codebase?. It seems similar to your question.

提交回复
热议问题