Display the current locale information and change the locale : I18N Locale « Development « PHP






Display the current locale information and change the locale

<?

print setlocale (LC_ALL, '0');

setlocale (LC_ALL, 'fr');
?>
           
       








Related examples in the same category

1.Locale get and set