Is it true that if your web document validates and all the content is accessible to client side translation services that the site doesn't require multiple stylesheets/character endcodings?
What are some considerations for setting up a single document for multiple language translations?
What are some considerations for setting up a single document for multiple language translations?
-
Re: International content
Tue, June 21, 2005 - 8:18 AMOne thing you will want to do is identify your character set as UTF-8:
meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
not
meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"
Check out this page: www.trigeminal.com/samples/...cial.html -
-
Re: International content
Tue, June 21, 2005 - 10:03 AMthx ruminator! nice link.
-
-
Re: International content
Tue, August 30, 2005 - 9:37 AM