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
I think you should set it to default using:
<globalization resourceProviderFactoryType=""/>
Hope it helps.