views:

55

answers:

2

hi,

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

+1  A: 

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.

monksy
+1  A: 

You need to:

David Dorward