Localation pour Free
This commit is contained in:
parent
a7058e4c49
commit
ca8b3e8d7b
15
index.php
15
index.php
@ -28,15 +28,14 @@ if(version_compare(PHP_VERSION, '5.6.0', '<')) {
|
||||
|
||||
/*
|
||||
*Localisation
|
||||
*/
|
||||
date_default_timezone_set('Europe/Paris');
|
||||
/*
|
||||
* Locales :
|
||||
* french : free.fr
|
||||
* fr_FR : XAMPP Macos
|
||||
* fr_FR.utf8 : la majorité
|
||||
|
||||
* Locales :
|
||||
* french : free.fr
|
||||
* fr_FR : XAMPP Macos
|
||||
* fr_FR.utf8 : la majorité
|
||||
*/
|
||||
echo setlocale (LC_ALL,'french','fr_Fr','fr_FR.utf8');
|
||||
date_default_timezone_set('Europe/Paris');
|
||||
setlocale (LC_ALL,'french','fr_Fr','fr_FR.utf8');
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user