You're viewing a comment by Crawford and its responses.
You're viewing a comment by Crawford and its responses.
I am being sponsored by Syntress! They bought me an amazing dedicated server to run catonmat on. If you're looking web services, I highly recommend the Syntress guys!
I am being sponsored by A-Writer! If you ever need help with essay writing, look no further than A-Writer! They will help you with your writing in as quickly as 3 hours!
I love to read science books. They make my day and I get ideas for awesome blog posts, such as Busy Beaver, On Functors, Recursive Regular Expressions and many others.
Take a look at my
Amazon wish list, if you're curious about what I have planned reading next, and want to surprise me. :)
If you are interested in advertising on catonmat.net, contact me.
Free tools for coding on Vietstarsoft.com.
Programming homework help.


#34: If you wind up doing this, you should look into using the accept-language HTTP header to attempt to figure out what language the user wants. Maybe have a bar at the top of the page with a well-written (i.e. reviewed by a human fluent in the language) suggestion along the lines of "This page is written in English but it looks like you prefer [[language]]. Google Translate might help you understand it better." I'm not sure how different browser/language combinations handle their accept-language header - all I can say for sure is that Firefox knows I speak English.
Another interesting idea might be to consider the language of the referrer (probably by TLD: .es suggests Spanish, .jp suggests Japanese, etc.). Well-known things like Spanish-language Google search results would be pretty easy to tackle, I think.
Reply To This Comment