Global Software Development

Basic definitions:

Globalization is ensuring that your application handles international data such as writing scripts, calendars, time and date format, numeric separators, currencies etc.

Localizability is readying software to be translated for different culture or language.

Localization is the actual translation of the resources provided by the application

Resources: Application elements (typically error messages and user interface elements such as menus, dialogs, controls..) that are to be translated in localized versions.

More^


Comments