Kris's Wiki
Log In
You are here:
start
»
php
»
hints
PHP
Hints & Tips
setlocale
The settings for Windows and Linux are different: see Tip in
PHP Help setlocale
Linux:
setlocale(LC_ALL, 'nl_BE');
Windows:
setlocale(LC_ALL, 'nld_nld');
On this page
PHP
Hints & Tips
Page tools
Show pagesource
Old revisions
Backlinks
Back to top