Interactive Resource Editing with 3rd Party Controls
NACIntlDev opened this issue · 2 comments
NACIntlDev commented
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
Yes, there is another option - to implement IStringLocalizer so you can provide your own resources to MvcSiteMapProvider.
NACIntlDev commented
Posted in the wrong area, this was meant as a question to WestWind.Globalization