Difference between revisions of "Internationalization and localization"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(External links)
(JavaScript and internationalization)
Line 29: Line 29:
 
* [https://www.npmjs.com/browse/keyword/i18n packages with keyword "i18n"]
 
* [https://www.npmjs.com/browse/keyword/i18n packages with keyword "i18n"]
 
* [https://www.npmjs.com/package/internationalization internationalization]
 
* [https://www.npmjs.com/package/internationalization internationalization]
 +
* [https://www.linkedin.com/pulse/20141125203128-1012022-javascript-libraries-for-internationalization JavaScript Libraries for Internationalization] @ LinkedIn
 
* [http://i18next.com/ i18next]
 
* [http://i18next.com/ i18next]
 
* [http://airbnb.io/polyglot.js/ Polyglot.js]
 
* [http://airbnb.io/polyglot.js/ Polyglot.js]

Revision as of 13:52, 1 November 2016

In computing, internationalization and localization (also internationalisation and localisation) are means of adapting software to different languages, regional differences and technical requirements of a target market.

Description

Internationalization is the process of designing a software application so that it can potentially be adapted to various languages and regions without engineering changes.

Localization is the process of adapting internationalized software for a specific region or language by adding locale-specific components and translating text.

Localization (which is potentially performed multiple times, for different locales) uses the infrastructure or flexibility provided by internationalization (which is ideally performed only once, or as an integral part of ongoing development).

See also

External links

JavaScript and internationalization

JavaScript internationalization API

A simple introduction]

Internationalization services