Google News
logo
.Net - Interview Questions
Explain localization and globalization in .Net
Localization Globalization
It means changing the already globalized application to cater to a specific language or culture. Globalization is the process of developing applications to support multiple languages.
Microsoft.Extensions.Localization is used to localize the application content. Existing applications can also be converted to support multiple languages.
Advertisement