How to reset the globalization resource provider to the default resx provider

I would like to reset my globalization provider for an internal section of my website.

Site root uses custom SQL provider, I would like to use resx in my subfolder.

what should i set in resourceProviderFactoryType = "???"

thank

0


source to share


1 answer


I think you should set it to default using:

<globalization resourceProviderFactoryType=""/>

      



Hope it helps.

+1


source







All Articles