-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
Real-World Web Development with .NET 10 - Second Edition
By :
Let’s look at an important intermediate-level topic that is often overlooked when building websites for the World Wide Web: supporting all the world’s languages and cultures. In this section, we will look at how to localize a website that uses ASP.NET Core.
Internationalization is the process of enabling your code to run correctly all over the world. It has two parts, globalization and localization, and both of them are about working with cultures.
Globalization is about writing your code to accommodate multiple languages and region combinations. The combination of a language and a region is known as a culture. It is important for your code to know both the language and region because, for example, the date and currency formats are different in Quebec and Paris, despite them both using the French language.
There are International Organization for Standardization (ISO) codes for all...