ALL,
What I mean is when I type, for example, http://www.gmail.com and my computer default langauge is Russian I see Russian text, and when my computer default language is English I see an English text.
Can I do that with ASP?
Thank you.
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.
Use the Accept-Language header value:
or
result looks something like
en-US,en;q=0.8the first segment (before the
;) is a comma separated list of language identifiers ordered by preference.