<!DOCTYPE html>
<html>
<body>

<?php
setlocale(LC_ALL,"US");
$locale_info = localeconv();
print_r($locale_info);
?>

 
</body>
</html>