maartenba / MvcSiteMapProvider

An ASP.NET MVC SiteMapProvider implementation for the ASP.NET MVC framework.
Microsoft Public License
537 stars 220 forks source link

Localization using DB resources #491

Open srikanthkadem opened 4 years ago

srikanthkadem commented 4 years ago

Hi , I would like to implement Localization on title field by using DB resources (not resx files) as I have dynamic menu in my application. Can Anyone suggest how to achieve this.

Regards, Srikanth

snowfire20 commented 4 years ago

I would recommend you look into rick strahl's westwind localization project. it works for both mvc and asp.net applications (though you may need to tweak a few things).