G11N = I18N + L10N,也就是说,软件全球化包含技术、市场、组织、服务等系列过程,而软件的国际化 I18N 和本地化 L10N 只是全球化产品的实现技术和过程。
I18N--是“Internationalization”的缩写,由于“Internationalization”单词较长,所以为了书写简便,通常缩写为“I18N”。中间的 18 代表在首字母“I”和尾字母“N”之间省略了 18 个字母。单词“Internationalization”翻译成中文是“国际化”的意思,是使产品或软件具有不同国际市场的普遍适应性,从而无需重新设计就可适应多种语言和文化习俗的过程。真正的国际化要在软件设计和文档开发过程中,使产品或软件的功能和代码设计能处理多种语言和文化习俗,具有良好的本地化能力。 L10N--是“Localization”的缩写,由于“Localization”单词较长,所以为了书写简便,通常缩写为“L10N”,中间的 10 代表在首字母“L”和尾字母“N”之间省略了 10 个字母。单词“Localization”翻译成中文是“本地化”的意思,是将产品或软件针对特定国际语言和文化进行加工,使之符合特定区域市场的过程。真正的本地化要考虑目标区域市场的语言、文化、习俗、特征和标准。通常包括改变软件的书写系统(输入法)、键盘使用、字体、日期、时间和货币格式等。
中文:
国际化与本地化 维基百科,自由的百科全书
在资讯领域,国际化与本地化(英文:Internationalization and localization,或拼成 Internationalisation and localisation)是指调整软件,使之能适用于不同的语言及地区。
国际化是指在设计软件,将软件与特定语言及地区脱钩的过程。当软件被移植到不同的语言及地区时,软件本身不用做内部工程上的改变或修正。本地化则是指当移植软件时,加上与特定区域设置有关的资讯和翻译文件的过程。 国际化和本地化之间的区别虽然微妙,但却很重要。国际化意味着产品有适用于任何地方的“潜力”;本地化则是为了更适合于“特定”地方的使用,而另外增添的特色。用一项产品来说,国际化只需做一次,但本地化则要针对不同的区域各做一次。 这两者之间是互补的,并且两者合起来才能让一个系统适用于各地。
基于他们的英文单字长度过长,常被分别简称成i18n(18意味着在国际化这个单字中,i 和 n 之间有 18 个字母)及L10n。使用大写的 L 以利区分 i18n 中的 i 。
在如微软及 IBM 等企业中,则会使用全球化(globalization)来表示此两者的合称。在英文中,也会使用 g11n 做为简称。
英文:
http://en.wikipedia.org/wiki/Internationalization_and_localization
Internationalization and localization From Wikipedia, the free encyclopedia
In computing, internationalization and localization (also spelled internationalisation and localisation) are means of adapting computer software to different languages and regional differences. Internationalization is the process of designing a software application so that it can be adapted to various languages and regions without engineering changes. Localization is the process of adapting software for a specific region or language by adding locale-specific components and translating text.
Due to their length, the terms are frequently abbreviated to the numeronyms i18n (where 18 stands for the number of letters between the i and the n in internationalization, a usage coined at DEC in the 1970s or 80s) and L10n respectively. The capital L in L10n helps to distinguish it from the lowercase i in i18n.
Some companies, like Microsoft and IBM, use the term globalization for the combination of internationalization and localization. Globalization can also be abbreviated to g11n. (责任编辑:Localizer) |