2007-03-15 Marek Habersack <mhabersack@novell.com>
authorMarek Habersack <grendel@twistedcode.net>
Thu, 15 Mar 2007 12:36:27 +0000 (12:36 -0000)
committerMarek Habersack <grendel@twistedcode.net>
Thu, 15 Mar 2007 12:36:27 +0000 (12:36 -0000)
commit6f07cddacc87849fee493bd53e0e9d755bd0520f
tree17c095391f26d6477d8ba53702efcb6a67d9ff2b
parentdc47399d47eafc69b8a789dc4475507ae7b57e34
2007-03-15  Marek Habersack  <mhabersack@novell.com>

* XmlSiteMapProvider.cs: add support for the enableLocalization
<siteMap> attribute and handle per-node localization resource
strings for explicit localization as well as the resourceKey
attribute to <siteMapNode> for implicit localization (closes bug
#81103).

* SiteMapNode.cs: add support for the resource keys and foreign
attributes.
Implement GetImplicitResourceString.
Add support for translation of the Title and Description
attributes (closes bug #81103) as well as foreign attributes.

svn path=/trunk/mcs/; revision=74355
mcs/class/System.Web/System.Web/ChangeLog
mcs/class/System.Web/System.Web/SiteMapNode.cs
mcs/class/System.Web/System.Web/SiteMapProvider.cs
mcs/class/System.Web/System.Web/XmlSiteMapProvider.cs