How to debug gettext not working in PHP?

前端 未结 6 1849
心在旅途
心在旅途 2020-12-30 04:02

i am trying to use the php gettext extension in php 5.5 (on win2008 server, using IIS7). I am doing this:



        
6条回答
  •  离开以前
    2020-12-30 04:19

    Do you find "es" in the output of 'locale -a' ? If not then you need to run the following command.

     sudo locale-gen es
    

提交回复
热议问题