When you write a website in several languages do you also have to write the code in other languages?
tedster
10:35 pm on Jul 5, 2005 (gmt 0)
No, HTML is an international standard. You might WANT to change your file names, but the mark-up itself is the same.
bill
7:33 am on Jul 7, 2005 (gmt 0)
You'll want to change the character encoding in each version unless you can get away with utf-8 encoding, then you'll need to make sure the language is properly set in the <html> and <head>.