I need to localise a Windows-only PHP web application and I\'m evaluating the gettext extension but I\'m having the hardest time trying to make it work in my Windows 7 devel
On Ubuntu it works if you set your default LC_ALL and leave the LANG and LANGUAGE empty, like so:
LANG= LANGUAGE= LC_ALL= "en_US.utf8"