Multiple languages ​​in an ASP.NET MVC 3 (Razor) application

In my current project on the main page, I can switch the language (FR | NL | UK).

All texts are in ressources (.resx) files. The language code (FR, NL, UK) that I need to use is in myMode.

How do I do to install everything: @ HTML.Label (....)

Thank,

+3
source share
2 answers

When changing the language, you need to change the current culture of the user interface. You also need to track custom language settings somewhere (route, cookie, session, ...). Here is a good guide that I would recommend you read.

+9
source

, . cookie. , cookie, . .

0

All Articles