I have a mixed project: WebForms with ASP.NET MVC2 and is running OK. I have done this tutorial on separate MVC Project and localization is working fine.
However, when I want to apply localization (mentioned above) in my mixed project, it seems to be ignored. It doesn't matter what I set in global.asax file (de-DE, fr-FR, pl-PL) always get en-EN or en-GB. This is really strange. web.config is correct and doesn't force the localization.
Any clues why it is ignored in mixed project?