ServerJS/i18n

From MozillaWiki
< ServerJS
Revision as of 02:31, 5 February 2009 by Kdangoor (talk | contribs) (New page: = 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. Stan...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

Prior Art