Best way to internationalize simple PHP website

后端 未结 4 1665
不思量自难忘°
不思量自难忘° 2020-12-01 06:55

I have to develop a pretty simple php website so I don\'t need framework. But it\'s must support multi language (EN/FR/CHINESE). I have looked for php built in system and I

4条回答
  •  爱一瞬间的悲伤
    2020-12-01 07:21

    Althought you don't need a framework you can use a framework. The internationalization features in Zend Framework is pretty good and you can just use that part of it instead of using all the parts (including MVC)

提交回复
热议问题