1

I would like to support many languages in an MVC project. I did it already using WebForms. I used LocalizedPage class inherited from Page. In MVC I am inheriting LocalizedPage from a System.Web.MVC.ViewPage,

public class LocalizedPage : System.Web.Mvc.ViewPage

and then my model uses it like this:

public class OverviewModel : Services.LocalizedPage

My problem is that it nothing happens at all. I am not landing in debug breakpoint in localizedPage.cs at all.

What am I doing wrong?

Please help me, take care

1 Answer 1

1

You might want to take a look at this post.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.