Web Hosting Talk







View Full Version : Language Encoding


Mantrastic
02-20-2008, 05:58 AM
Hey.
I wanna use different language then english in some html page I got.
It works fine on my pc, but when I upload it to the webserver, the language doesnt work.. i tried alot of different encodings... all the same on the webserver.. it just cant read it

anything I gotta do to make it work?

Mantrastic
02-20-2008, 06:49 AM
nm solved.

dotflyer
02-24-2008, 10:50 AM
what was the problem?

eric418
02-25-2008, 03:23 PM
always use utf-8 for multi-language.

And make sure you have defined charset properly in your html header meta data.

Viciozo
02-26-2008, 03:43 PM
You could add Google translator links to several languages though.

r00ter
02-26-2008, 11:56 PM
UTF-8 is also the most widely known, don't use too many different latin character sets or you will run into some problems.