Internationalization in PHP

后端 未结 4 598
鱼传尺愫
鱼传尺愫 2020-12-03 06:15

I am currently researching the best methods to integrate i18n into projects.

There\'s several methods I have thought of doing this, first being a databa

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-03 06:29

    Have a look at the Gettext (http://php.net/manual/en/book.gettext.php) library.

    Don't put your text into a database. That'll just make life hard on the translation team.

提交回复
热议问题