Locale get and set : I18N Locale « Development « PHP






Locale get and set


<?

setlocale (LC_ALL, 'fr');

print_r (localeconv ());
?>
           
       








Related examples in the same category

1.Display the current locale information and change the locale