/CSharp-ASP.NET_MVC-MultiLanguage

C# - ASP.NET MVC Multi Language Website [Year of Development: 2017]

Primary LanguageJavaScript

C# - ASP.NET MVC Multi Language Website [Year of Development: 2017]

About the application technologies and operation:

Technologies:

  • Programming Language: C#
  • FrontEnd Side: ASP.NET MVC
  • BackEnd Side: .NET Framework 4.6.1.
  • Descriptive Language: HTML5
  • Style Description Language: CSS (Bootstrap 3.3.7)

Installation/ Configuration:

  1. Restore necessary Packages, run the following command in PM Console

    Update-Package -reinstall
    

About the application:

.NET Framework and ASP.NET has localization support using resources files which helps us to localize the views and thus preventing the need to build separate website for each locales.

In this project, let’s see how to build a multi-language web site using Asp.Net MVC framework with resource files and cookies