
Do you train Kung Fu?
Or know someone who does?
Then check out KungFuPeople.com
Mobile version of this pageNginx vs. Squid
Next:
Head-to-head movie voting
Related blogs
Most unusual letters in English languageMost common English words
"Historisk Guide till England"
How to uninstall nginx with apt
The awesomest way possible to serve your static stuff in Django with Nginx
Custom CacheMiddleware that tells Javascript a page is cached in Django
My first YSlow Grade A (100)!
fcgi vs. gunicorn vs. uWSGI
Getting uploadify to work
Make makes my website slow? DNS
TfL Traffic cameras on a Google map
Simple interface for Crosstips
Crossing the world - new feature on Crosstips
"I was robbed by twooo men" Zuiikin English girls
Regular Expressions in Javascript cheat sheet
British English for Americans
Word Whomp solvers love Crosstips
Related by category
British or American English or just English
http://crosstips.org/17th of March 2009
My play site Crosstips.org is available in British English and American English. Obviously the difference is small but it's important.
What I've done is that if you're located in, say, France and visit the site it offers you the following language choices:
- Svenska [goes to krysstips.se]
- English (GB) [goes to en-gb.crosstips.org]
- English (US) [goes to en-us.crosstips.org]
But if you're located in, say, England it only offers you the following language choices:
- Svenska [goes to krysstips.se]
- English [goes to en-gb.crosstips.org]
And likewise, if you visit the site from US computer you just get two options and it uses the en-us.crosstips.org domain. As an American or a Brit why would you be interested in the other English? I think this is a really good usability trick. It reduces the noise by removing options.
How did I do that? The answer is the GEO IP. I used the geo module in nginx and a config file I found here and then I wrote a script that uses this GEO variable (fron Nginx) to change the options accordingly.
Tweet
Comment
There are a lot of Brits living here in the US that would prefer to see British English!
Damn! I was so close to have a coherent point and then you go and damage it with logic and common sense!
The "correct" way to do this would be to look at what the browser sends as the preferred language. Unfortunately many people set it incorrectly.
I am not sure that geoip is wrong in this context though - a Brit in the US is likely to get American puzzles.
You should probably use British English for South Asia and some of the other Commonwealth countries - I do not know about Canada and Australia.
I remember reading that schools in New Zealand now use US spelling because it was too difficult for people to figure out how to change settings in MS Word, but older people probably use British spellings.


Save this page in del.icio.us
Well, that covers two forms of English; what about all the rest? =) (en-au, en-nz, en-ca, en-za, just to name a few...) (And no, we don't speak 'British English' in Australia; our language is just more similar to British English than American English.)