i am trying to get the available languages installed in visitors pc’s.
The problem is that i don’t want to get the languages from the internet browser.
Any suggestions please?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The only (standard) way is to look in the HTTP header’s ‘Accept-Language’. See the standard. It would be a security hole if you could get access to more information than that without asking permission.
You could run some Active X component to spy on the users’ computers, but you’d have to get them to give you permission first, but I suspect that will just cause people to not want to use your website. Also it would only work on Windows. I wouldn’t recommend doing this.
Of course, you can always ask your users to tell you via some settings page. If changing this setting would help them to use your site, they would probably not mind doing that.