Dan_Mason Posted July 6, 2009 Share Posted July 6, 2009 Hello Having trouble here, Is there a function available to check the PC's locale? returning something like U.K or U.S or Europe, etc. Thanks In Advance Link to comment https://forums.phpfreaks.com/topic/164940-how-to-check-pcs-regional-settings-with-php/ Share on other sites More sharing options...
ignace Posted July 6, 2009 Share Posted July 6, 2009 <?php print $_SERVER['HTTP_ACCEPT_LANGUAGE']; ?> or consider my content negotiation class: http://pastebin.com/fee1ffde For more information google: http accept headers (http://en.wikipedia.org/wiki/List_of_HTTP_headers) Link to comment https://forums.phpfreaks.com/topic/164940-how-to-check-pcs-regional-settings-with-php/#findComment-869903 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.