Loading .resx at runtime
I'm working a request where the resx files are not included in the solution but loaded at runtime. I'm thinking it would look like how the appsettings.json files can be loaded at startup.
I haven't seen a solution that would let me load the localization text (resource file) at runtime vs at compile time. Does anyone have a suggestion of how this could be implemented?
0 comments:
Post a Comment