PHP gettext doesn't works

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-02 01:25:26

It is a long time asked question, but maybe one more check will help someone who will try everything "just by instruction" and still doesn't work.

That is collision with LANGUAGE environment variable.

In my case a while ago after a long fight, I figured out that it was causing the issue. Removing that environment variable export LANGUAGE= (empty, after =) resolved normal setLocale behavior.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!