This is a mirror of official site: http://jasper-net.blogspot.com/

Creating ASP.NET MVC Multilingual Web Application

| Tuesday, December 14, 2010
Introduction
In this article we are going to see how we can show localized content to your ASP.NET MVC web application.

Background
We will see mainly two approaches to resolve this issue.

Approach 1: Using Static Pages
Approach 2: Using Dynamic page with localized data at runtime

Using the Code
Before we start with Approach 1, I would like to request you to download the attached source code.

Approach 1: Using Static Pages
We can go for this approach only when we have few/limited static localized pages.

Read more: Codeproject

Posted via email from .NET Info

0 comments: