You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My question is also along the same line. However I want some insight so I can try to modify your code to do this. Let me brief my setup. I am trying to keep it simple and only considering storing strings (no localized icons, images etc.)
Each tenant has it's own database and each tenant can customize their resource strings. So there will be a table for localizeddata in each tenant database.
Tenant identification is happening via the url pattern. example :- tenant1.domain.com , tenant2.domain.com. So the app will identitify tenant1/tenant2 and then load the correct connection string to work with the correct database for that tenant. For multitenancy i am using https://github.com/Finbuckle/Finbuckle.MultiTenant
So our localization setup should be able to load resources from the connection string based on the tenant that is logged in (identified via subdomain).
What I don't get is how to customize the resource manager to use the connection string dynamically without loading the resources at the beginning. It should load the resources at the very first request (only way to get the tenant connectionstring) and then cache it for each tenant. Ex:- a dictionary object with <key,resource collection> like <tenant1,tenant1resourcecollection>
If you can give me some pointers, I will try to manage it myself.
Hello there !
Is there any plans to support database-per-tenant for LocalizationModelContext ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: