Multilingual Application in ASP.NET MVC - Best Practices?
NickName:Roee Adler Ask DateTime:2009-06-22T21:24:37

Multilingual Application in ASP.NET MVC - Best Practices?

I'm developing a web application using ASP.NET MVC (I'm new to the framework and actually quite new to web development in general). My application must support multiple languages - there's a bunch of countries for which I need the application to "speak" the local language.

The UI concept is common - have flag icons somewhere, usually the top, possibly with an additional drop-down to include less common languages. At this stage I don't want to get into automatically detecting the source country, but rather start with English and allow users to choose otherwise (and I would remember that setting of course).

I would like to know if there's any "framework" for supporting such multilingual views in ASP.NET MVC that will make the job easier.

Any recommendations?

Thanks

Copyright Notice:Content Author:「Roee Adler」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/1027202/multilingual-application-in-asp-net-mvc-best-practices

More about “Multilingual Application in ASP.NET MVC - Best Practices?” related questions

Multilingual Application in ASP.NET MVC - Best Practices?

I'm developing a web application using ASP.NET MVC (I'm new to the framework and actually quite new to web development in general). My application must support multiple languages - there's a bunch of

Show Detail

Multilingual best practices on SQL Server, EF and MVC combinations

ASP.NET MVC, resource management is look like enough for application multlingual multiculture support. But I am wondering practices about data. User stories; User set culture as en-US and see all

Show Detail

Best practices for Silverlight usage in a ASP.NET MVC application

What are the best practices for ASP.NET MVC and Silverlight usage in a web application? To be specific which libraries/frameworks (like prism) should be used in order to make the application unit

Show Detail

What is the best way to make Angularjs application as multilingual if using ASP.net WEB api?

I have worked on the application that was multilingual. We made that application in ASP.Net MVC 5 and front end was in (jquery and javascript modular pattern). We implemented localization using res...

Show Detail

Best practices for model definition in ASP.NET MVC

Recently I've read, and implemented 80% of examples from Pro ASP.NET MVC Framework, and it seems like the authors have only given the basics. After reading this I did become able to build web

Show Detail

JQuery patterns and best practices in Asp.net MVC 3.0

I'm working with an Asp.net MVC 3.0 application and use JQuery + JSON . I'm planing to use jquery post and get methods to send/back data to server.As a result, my JQuery Code base will be large and

Show Detail

How do I make a ASP.NET MVC application multilingual?

How to do the multilingual application in ASp.NET MVC?

Show Detail

Advanced best practices for ASP.NET MVC2 & JQuery

I am going forward with developing my first ASP.NET MVC web app, coming from years of ASP.NET WebForm development. I have already read an MVC book so I know what MVC is all about. I like to use the

Show Detail

asp.net mvc viewdata best practices

Hi: Am trying to understand the ASP.NET MVC ViewData with respect to its size. Since this object is passed between Controller to View, how big this could be? Say for example, if DataTable is passed...

Show Detail

Best practices regarding locations for ASP.NET MVC models

Are there any best practices that cover the places that ASP.NET MVC models should be defined? A new ASP.NET MVC project has a nice neat Models folder for them to go in, but in a production environ...

Show Detail