User1912084383 posted
I am using explicit localization in sitemap and also have resource files in App_GlobalResources. Resource file names are Web.sitemap.en-US.resx and Web.sitemap.es-ES.resx
I have set cultureinfo in BasePage.CS by overriding InitializationCulture() method and also custom Base Page too(In custom base page i set culture info in page load..). No specification of culture info in webconfig. I do not see App_GlobalResources.compile
file in bin(Running this project on development server). In sitemap node enablelocalization is true and used following code.
<
siteMapNode
url="blah.aspx"
title="$resources:Web.sitemap,key,defaultvalue"
description=""
>
I provided every information possible. What could be the isssue please help me.
Though the culture information is set before sitemap control is rendered why it couldnt find the appropriate file?