Mega Code Archive

 
Categories / Php / Development
 

Display the current locale information and change the locale

<? print setlocale (LC_ALL, '0'); setlocale (LC_ALL, 'fr'); ?>