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.