I get this error:
Fatal error: Call to undefined function
locale_get_default()
on linux hosting (cpanel). The PHP Version is 5.3
I use this to detect users location and language
Here PHP documentation and it has a sample code
http://php.net/manual/en/locale.getdefault.php
I had same issue in localhost using xampp and got it resolved using this post locale_get_default() function issue on localhost
But in web hosting i get the same error