Interview Question
Qus: What is meant by Globalization and Localization?
Answers (2)
- Localization makes a resource accessible to an audience of a specific locale, while globalization makes a resource accessible by people from different cultures and locales.
- Localization conveys value to a specific audience, while globalization makes a resource acceptable by people from different cultures and locales.
Globalization is nothing but developing applications to support different languages. Existing applications can also be converted to support multiple cultures.
Whereas Localization means changing the already globalized app to cater to a specific culture or language Microsoft.Extensions.Localization is used for localizing the app content. Some of the other keywords that are used for Localization are IHtmlLocalizer, IStringLocalizer, IViewLocalizer and so on