Bài đăng

Đang hiển thị bài đăng từ 2017

Get insight to build your first Multi-Language ASP.NET MVC 5 Web Application theo https://www.codeproject.com/Articles/1160340/Get-insight-to-build-your-first-Multi-Language-ASP

Hình ảnh
This article explains how to create a simple Multi-Language ASP.NET MVC 5 Web Application. I'll show how to translate texts, localize images or entire views as well as how to deal with URL routing to support several languages. Download demo - 3.9 MB Introduction This article explains how to create a simple Multi-Language ASP.NET MVC 5 Web application. The application will be able to deal with  English  ( United States ),  Spanish  and  French  languages.  English  will be the  default  language. Of course, it will be very easy to extend the solution for including new languages. To begin with, it's assumed that readers have a basic knowledge on ASP.NET MVC 5 framework. Other related technologies such as  jQuery  will be slightly commented througout the article owing to they have been used to add new functionality. I will focus my explanations on MVC framework components. Anyway, I will try to explain how each component works or, at least, providing you with links to