Hi,
I'm developing a web application and i'm using culture info localization. All the localization resources of my application are in another project containing only resource (resx) files. This architecture is used because I have other applications using the same resources.
My problem now is the localization of web.sitemap. Currently I have a resx file to web.sitemap in the project and I reference it using the following syntax
title='$Resources:SiteMapRes,CLIPS_LIST'
description='$Resources:SiteMapRes,CLIPS_LIST
The problem is that this approach didn't work when I use resources contained in other projects.
Does any one know how to solve my problem?
Best regards,
José