Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

๐ŸŒ Internationalization application served by C# ASP.NET MVC on Azure and is deployed through DevOps. And effective ASP.NET MVC sample code will be included.

yuu-eguci/i18nAppCSharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

33 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

i18nApp C#

Internationalization application served by C# ASP.NET MVC on Azure and is deployed through DevOps.

What this project includes

  1. /Home/Index that switches its language depending on http request header: Accept-Language
  2. /Home/About that
    1. switches its language depending on its URL such as /ja/Home/About and /en/Home/About
    2. redirects to /{default culture}/Home/About automatically
  3. /Home/Contact that
    • is same as About page

1

2

Installation

After cloning the repository, restore Nuget packages.

restore-nuget-packages

About

๐ŸŒ Internationalization application served by C# ASP.NET MVC on Azure and is deployed through DevOps. And effective ASP.NET MVC sample code will be included.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published