Localization and Internationalization for JavaScript
When I started to localize an application with a lot of client-side JavaScript code, I discovered the truth about localization in JavaScript: there is none.
LocalePlanet is the library and procedures that I came up with to add it.
Where to begin?
- Read the How-to guide and API FAQ.
- Dive into the detailed API docs.
- Check out the translation tools.
- See what alternative libraries are available, and why I did not use them.
- What do you think? Let me know!