Difference between revisions of "Internationalization and localization"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(cf)
Line 1: Line 1:
In [[computing]], '''internationalization''' and '''localization''' (also '''internationalisation''' and '''localisation''') are means of adapting [[Software|computer software]] to different languages, regional differences and technical requirements of a [[target market]].
+
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]].
  
 +
(TO DO: expand, organize, cross-reference, illustrate.)
 +
 +
== 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.
 
Internationalization is the process of designing a software application so that it can potentially be adapted to various languages and regions without engineering changes.
  
Line 9: Line 12:
 
== See also ==
 
== See also ==
  
 +
* [[Computing]]
 
* [[Locale]]
 
* [[Locale]]
 +
* [[Software]]
 +
* [[Software development]]
 
* [[Target market]]
 
* [[Target market]]
 +
* [[User (computing)]]
  
 
== External links ==
 
== External links ==
  
 
* [https://en.wikipedia.org/wiki/Internationalization_and_localization Internationalization and localization] @ Wikipedia
 
* [https://en.wikipedia.org/wiki/Internationalization_and_localization Internationalization and localization] @ Wikipedia

Revision as of 08:19, 9 September 2015

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.

(TO DO: expand, organize, cross-reference, illustrate.)

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