Localization and internationalization, what's the difference?

前端 未结 15 1824
执笔经年
执笔经年 2020-12-04 05:33

I was going to ask a question about preparing a desktop application to support multiple languages on the UI.

In my search for existing questions on the topic I was

15条回答
  •  抹茶落季
    2020-12-04 05:49

    Globalization (G11n): is the process of developing and marketing multilingual software products to a global market.

    The development of multilingual software currently goes through two phases: the first phase is internationalization, and the second phase is localization.

    Internationalization (I18n): is the process of generalizing a product so that it can handle multiple languages and cultural conventions without the need for re-design (i.e. language & culture neutral).

    Localization (L10n): is the process of taking a product and making it linguistically and culturally appropriate to the target locale (country/region and language) where it will be used and sold (i.e. language & culture specific).

提交回复
热议问题