Internationalization application served by C# ASP.NET MVC on Azure and is deployed through DevOps.
- /Home/Index that switches its language depending on http request header: Accept-Language
- /Home/About that
- switches its language depending on its URL such as /ja/Home/About and /en/Home/About
- redirects to /{default culture}/Home/About automatically
- /Home/Contact that
- is same as About page
After cloning the repository, restore Nuget packages.