Hey mates ;-) I need to detect my users' language, timezone and country according to the locale settings they used in the Windows Control Panel. I need it so I could server my users specific content according to this information. I would appreciate if give me some tips.
You can use $_SERVER["HTTP_ACCEPT_LANGUAGE"] to get the language where the first one should be the OS language I guess. For the country and timezone, you probably need to use GeoIP to get that information because that information isn't sent to the server