-
国际化 编辑
程序术语
国际化(internationalization)是设计和制造领域适应不同区域要求的产品的一种方式。它要求从产品中抽离所有地域语言,国家/地区和文化相关的元素。换言之,应用程序的功能和代码设计考虑在不同地区运行的需要,其代码简化了不同本地版本的生产。开发这样的程序的过程,就称为国际化。
中文名:国际化
外文名:internationalization
释义:制造容易适应不同一种方式
要求:抽离所有地域语言
Internationalization is a way of designing and producing produCTs that can be easily aDApted to different locales. This requires extracting all lAnguage, country/region and culturally dependent elements from a product. In other words, the process of developing an application whose feature design and code design do NOt make assumptions based on a single locale, and whose source code simplifies the creation of different local editions of a program, is called internationalization.