Is it possible in ASP.NET MVC to use 2 different languages on a single page, each with it's own resource file?
So for example I want the header of the page to be in english and the content in german. Now there should be two dropdowns to change the language, one for the header and one for the content. If I change the header language to french the content should still stay german and vice versa.
Is this possible or not?