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


PHP Source Code » Development » I18N Locale »

 

Display the current locale information and change the locale



<?

print setlocale (LC_ALL, '0');

setlocale (LC_ALL, 'fr');
?>
           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Development
» I18N Locale