• 0

Other languages


Question

Hello

I have a website and I am going to have it translated to different languages.

But when I for example; assume it's a middle eastern language and we all know the characters are different.

When I put it on my website and reload all I see is "??????" how can I foreign language text?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

You need to define unicode character set in your web page. You can do this by placing the following code inside <head> ... </head>:

&lt;meta http-equiv="Content-Type" content="text/html;charset=UTF-8"&gt;

Link to comment
Share on other sites

  • 0

Cheers. I will give it a try.

But I have a question - will that mess up the other characters (English) that I have on the page? Or will it just allow me to display foreign language characters?

Link to comment
Share on other sites

  • 0

Also, if you are defining the charset to UTF-8 to actually make sure that all the content (pages) is UTF-8 encoded. No multiple or different charsets.

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.