What is Globalization and Localization in ASP.Net
Before starting, let's get these two terms straight.
Globalization is the process of designing the application in such a way that it can be used by users from across the globe (multiple cultures).
Localization, on the other hand, is the process of customization to make our application behave as per the current culture and locale. These two things go together.
Globalization is the process of designing the application in such a way that it can be used by users from across the globe (multiple cultures).
Localization, on the other hand, is the process of customization to make our application behave as per the current culture and locale. These two things go together.
Comments