Page is a not externally linkable
httpwebwitch - 8:31 pm on Aug 16, 2011 (gmt 0)
re: Jay7's suggestion, if you're going to the trouble of offering i18n, DON'T do it using JavaScript and JQuery.
On the server, detect "en", "en-ca", "en-gb" etc, do your i18n as the page is being rendered, and deliver the content with the appropriate HTTP Content-Language header.
[ietf.org...]