Introducing the JavaScript Internationalization API

added by JavaScript Kicks
12/16/2014 8:40:30 AM

160 Views

Internationalization (i18n for short — i, eighteen characters, n) is the process of writing applications in a way that allows them to be easily adapted for audiences from varied places, using varied languages. It’s easy to get this wrong by inadvertently assuming one’s users come from one place and speak one language, especially if you don’t even know you’ve made an assumption.


0 comments