X Tutup
The Wayback Machine - https://web.archive.org/web/20200729164019/https://github.com/iammukeshm/Multilingual.ASPNETCore
Skip to content

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.

master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

README.md

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 Cookie

Read 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.

Buy Me A Coffee

About

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.

Topics

Resources

Releases

No releases published
You can’t perform that action at this time.
X Tutup