Shoutbox

Defualt Language For A Site- Help! - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Defualt Language For A Site- Help! (/showthread.php?tid=57113)

Defualt Language For A Site- Help! by .Roy on 03-17-2006 at 09:42 PM

Well anyway my friend made a site and in ie it opens the site in the correct language he chose, in this case Hebrew.

But when u open the site in Mozilla Firefox it opens the site in russian or greek or some other language and u have to choose in View> Character Encoding> ...
to view the site correctly.

How do u make it so you dont need to do that to view the site correctly without changing any setting...

Thanks :P


RE: Defualt Language For A Site- Help! by Plik on 03-17-2006 at 10:01 PM

Does he specify the character encoding?
Either by setting the content type with http headers, or setting it with a meta tag:

code:
<meta http-equiv="content-type" content="text/html; charset=<character encoding>" />