I have a website with few HTML pages. How can I display them in the Hebrew language?
What are the steps that I should follow to ensure it is viewed in different languages for different countries?
Thanks
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.
It would be quite helpful if this question is rewritten.
What I believe that you are trying to ask is how to detect the user’s language.
You can do this through headers. Most browsers add on the BrowserLanguage header tag when you go to a page. [This is customized through the browser’s properties]
If you are dealing with static HTML pages you would need to setup redirection with your server to display the language appropriate site.