https://github.com/iammukeshm/multilingual.aspnetcore
We will discuss in detail, Globalization and Localization in ASP.NET Core Application and go through various approaches on changing the Culture of the Application via Request. We will also do some advanced configuration where we store the Selected Language Information to the Cookie in the client browser.
https://github.com/iammukeshm/multilingual.aspnetcore
asp-net-core asp-net-mvc multi-language
Last synced: about 2 months ago
JSON representation
We will discuss in detail, Globalization and Localization in ASP.NET Core Application and go through various approaches on changing the Culture of the Application via Request. We will also do some advanced configuration where we store the Selected Language Information to the Cookie in the client browser.
- Host: GitHub
- URL: https://github.com/iammukeshm/multilingual.aspnetcore
- Owner: iammukeshm
- Created: 2020-07-05T12:29:38.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-05T14:02:12.000Z (almost 5 years ago)
- Last Synced: 2025-02-25T10:22:58.583Z (4 months ago)
- Topics: asp-net-core, asp-net-mvc, multi-language
- Language: C#
- Homepage: https://www.codewithmukesh.com/blog/globalization-and-localization-in-aspnet-core
- Size: 688 KB
- Stars: 35
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Globalization and Localization in ASP.NET Core - Detailed
We will discuss in detail, Globalization and Localization in ASP.NET Core Application and go through various approaches on changing the Culture of the Application via Request. We will also do some advanced configuration where we store the Selected Language Information to the Cookie in the client browser.## Give a Star ⭐️
If you found this Implementation helpful or used it in your Projects, do give it a star. Thanks!## Here are the Topics we will cover
- What is Globalization?
- What is Localization?
- Building a Multi-Lingual ASP.NET Core Application
- Registering the Required Services and Middleware
- Localizing the API Endpoint.
- Query String Based Culture Request
- Request Header Based Culture Request
- Localizing the Views
- Store the Culture Preference in a CookieRead the entire blog post here - https://www.codewithmukesh.com/blog/globalization-and-localization-in-aspnet-core
## Support
Has this Project helped you learn something New? or Helped you at work? Do Consider Supporting.