Localizing MVC for ASP.NET views and master pages
- 📅
- 📝 643 words
- 🕙 3 minutes
- 📦 .NET
- 🏷️ ASP.NET, globalization, C#
- 💬 9 responses
Microsoft’s MVC for ASP.NET is still under serious development but at the moment support for localization is a little weak. Here’s one approach that works with the 04/16 source-drop.
This class helps by trying to identify language-specific versions of views, user controls and master-pages where they exist, falling back to the generic one where necessary.