Custom Globalization integration with sitefinity
Hello,
we have an asp.net web application integrated within a sitefinity website. we are having issues implementing localization/globalization for the custom app pages.
in the web.config we have:
<globalization uiCulture="auto" culture="auto" requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="iso-8859-15" resourceProviderFactoryType="Telerik.Sitefinity.Localization.ExtendedResourceProviderFactory, Telerik.Sitefinity"/>
under those settings globalization will work for sitefinity pages but not for the custom app pages.
when we change the globalization settings to:
<globalization culture="auto" uiCulture="auto" requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="iso-8859-15"/>
the custom app pages would work but we get an error on the sitefinity pages.
Any idea on how to integrate custom globalization/localization files within sitefinity?
Thanks,
Tony.
I have sach problem. I put custom resource file to App_Data/Sitefinity/GlobalResource/CustomResource.resx (and CustomResource.fr.resx for French) and it work fine for default language, but if try to change culture, labels does not change.
I also try to put resx file to App_GlobalResources, but it not work too.
Is anybody help me?