asp.net mvc - Moving global resources to custom folder -


i have asp.net mvc2 application need support not multiple languages, potentially multiple versions of each language. solve localization requirements using resx files in app_globalresources folder, , works long not need support multiple resource-sets same language.

this issue because each customer shall able specify set of resources, , may use same language.

my initial thought have file structure every customer has separate folder located under instance app_data. in customer folder put configuration files , resources. need way tell application should resources in particular folder instead of app_globalresources.

so question is: doable, , have make work? bad way solve problem this, , if seems case: have suggestions better solution?

will thankful input.

i use custom resourceproviderfactory store resources in database. creating custom provider in specific folders should not hard if can distinguish different customers virtualpath.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -