Internationalization in PHP

后端 未结 4 597
鱼传尺愫
鱼传尺愫 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:36

    The most impressive method to study is Drupal's implementation. Second best, would be Wordpress. Both use gettext and .pot/.po/.mo for localization. And, the good thing is that there is a beautiful Open Source .po editor called Poedit. It's available for Windows System users, which gives a wider appeal. It's also available for Mac and Linux. Check it out here: http://www.poedit.net/

提交回复
热议问题