Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuu-eguci/i18nAppCSharp
🌐 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.
https://github.com/yuu-eguci/i18nAppCSharp
asp-net asp-net-mvc azure azure-app-service azure-devops azure-pipelines csharp log4net multilingual-websites
Last synced: 22 days ago
JSON representation
🌐 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.
- Host: GitHub
- URL: https://github.com/yuu-eguci/i18nAppCSharp
- Owner: yuu-eguci
- Archived: true
- Created: 2020-02-29T00:30:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T06:38:37.000Z (almost 2 years ago)
- Last Synced: 2024-07-29T17:04:43.140Z (4 months ago)
- Topics: asp-net, asp-net-mvc, azure, azure-app-service, azure-devops, azure-pipelines, csharp, log4net, multilingual-websites
- Language: JavaScript
- Homepage:
- Size: 923 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://user-images.githubusercontent.com/28250432/76743568-28890a80-67b6-11ea-9e49-a99e2c17897b.png)
![2](https://user-images.githubusercontent.com/28250432/76743587-33dc3600-67b6-11ea-836d-ef1d24dbfb6d.png)
## Installation
After cloning the repository, restore Nuget packages.
![restore-nuget-packages](https://user-images.githubusercontent.com/28250432/76743594-36d72680-67b6-11ea-881e-4dea97a247fe.png)