Oct
30
Language JSONP Service
Ajax Resources
11:10 pm
Ben Lisbakken, an ex-colleague from Google and all round good guy, has created a simple JSONP service (in the vein of json-time and html-whitelist) that calculates the users language based on browser headers:http://langdetect.appspot.com/?callback=setLanguageThis will return something like:setLanguage({”languages”: [’en-us’, ‘en’]});Ben created a nice little sample that shows you content in the language you desire using the […]
More: continued here