maartenba / MvcSiteMapProvider

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

Interactive Resource Editing with 3rd Party Controls #486

Closed NACIntlDev closed 4 years ago

NACIntlDev commented 4 years ago

I am attempting to implement your Interactive Resource Editing strategy into an ASP.NET WebForms application that makes heavy use of 3rd party controls, DevExpress. The software is fully localized using Westwind, however, most of their controls do not support the attributes 'data-resource-set' and 'data-resource-id', is there another way to markup the controls so that I can use your solution and/or LocalizationAdmin form to allow the user to edit resources.

Tks, Alfonso

NightOwl888 commented 4 years ago

Yes, there is another option - to implement IStringLocalizer so you can provide your own resources to MvcSiteMapProvider.

NACIntlDev commented 4 years ago

Posted in the wrong area, this was meant as a question to WestWind.Globalization