I would like to use setlocale with "es_ES". It returns false, but other languages like "de_DE" are working fine.
So I checked "locale -a" on the server (Red Hat 4.4.6-4 ). It's on the list. When I use the following code in PHP it is not in the list:
<?php echo system('locale -a'); ?>
It returns different results then the server. Any ideas, how to add es for using the locale in PHP?
I am using Apache 2.2.15.