I'm using ASP.NET Core IStringLocalizer
interface to implement localization and localize strings in my web application.
Currently, I add or remove resx file records in VisualStudio and publish them. but I want that admins to be able to change records online. How can I get a list of SharedResource records by culture, display them online and change them in admin panel?
Actually, I want to know what classes or interfaces have access to resx files and can manage their data!
I don't want to use SQLLocalizer.