/aspcore-localization

Sample app to demonstrate how to build localized website using aspnet core 5

Primary LanguageHTML

Introduction

A sample website to demonstrate how to build a multi language website using ASP.NET Core 5, without any extra plugins.

Techinque

  • Switch Language based on url ex /ar or /en.
  • Use resource .resx file for text localization.
  • Reroute Url when switch between languages to maintain same page.
  • Ability to set the default language in Startup.cs