PHP Gettext - No translation
问题 I am trying to use the PHP gettext extension in order to translate some strings. All functions appear to return the correct values but calling gettext() / _() returns the original string only. The PO/MO files seem correct and I believe I have set the directories up correctly. I am running WAMP Server with PHP 5.3.10 on Windows (also tried running 5.3.4 and 5.3.8 because I have the installations). Firstly, see /new2/www/index.php : $locale = 'esn'; # returns Spanish_Spain.1252 in var dump