Quantcast
Channel: ASP.NET MVC localization - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Jakub Šturc for ASP.NET MVC localization

Did you tried following?ViewData["Title"] = Resources.Resource.PageTitle;If you have Resource.aspx file in your App_GlobalResources this should work.

View Article



ASP.NET MVC localization

I'd like to use resource file (.resx) to do localization in ASP.NET MVC. My thought is:Make a default resource file under App_GlobalResources folderMake several local resource files under...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images