ServerJS/i18n
< ServerJS
Jump to navigation
Jump to search
Internationalization
I18n is an important need for web applications. JavaScript already has unicode string support, but the ability to localize information is important as well.
Standardizing this might be difficult, but would likely be worthwhile because every high level web framework could use the same formats for string catalogs and the same API for currency display, etc.