PHP gettext on Windows

前端 未结 6 1519
你的背包
你的背包 2020-12-13 22:03

There are some tutorials out there for gettext (with Poedit)... unfortunately, it\'s mostly for a UNIX environment. And even more unfortunate is that I am running my WAMP se

6条回答
  •  自闭症患者
    2020-12-13 22:38

    I had the same problem, and wasted almost a day or so on it. Finally, I found a very simple solution, namely to uninstall WAMP Server (version 2.1), and install a newer version (WampServer 2.1e - 32 bits). It's strange, but it solved the problem completely.

    Here is the sample code that worked for me:

    
    

    Hope it helps.

提交回复
热议问题