i am trying to use the php gettext extension in php 5.5 (on win2008 server, using IIS7). I am doing this:
Try to set also env vars LC_LANG and LC_LANGUAGE not only the LC_ALL:
LC_LANG
LC_LANGUAGE
LC_ALL
putenv("LC_ALL=$locale"); putenv("LC_LANG=$locale"); putenv("LC_LANGUAGE=$locale");