Reputation: 1
I have added a multi-language option to my site using MVC .NET Core localization. However, I believe this will be problematic in the dynamic areas of the site. I don't want to resort to file structures like "en/Index" or "fr/Index". How can I make the data in SharedResources.resx dynamic? Is there a way to convert data from a database back to Resx without impacting site performance and without unnecessary file structuring? I am seeking your support to advance the architecture effectively. Thank you in advance.
........................
Upvotes: 0
Views: 75