My /etc/sysconfig/i18n file reads LANG="nl_NL".
When I use PHP for web pages and the function gmdate()
in particular, output still appears in English.
<?php echo gmdate("D, d-M-Y"); ?> outputs Tue, 08-Jul-2003.
I want it , however to appear in Dutch.
Does this have to do with my locale or the way PHP works?
Thanks in advance.
Joost
When I use PHP for web pages and the function gmdate()
in particular, output still appears in English.
<?php echo gmdate("D, d-M-Y"); ?> outputs Tue, 08-Jul-2003.
I want it , however to appear in Dutch.
Does this have to do with my locale or the way PHP works?
Thanks in advance.
Joost