Hi all,
Regarding the localization of the sitemap.
On the mentioned MSDN article
http://msdn.microsoft.com/en-us/library/ms178427.aspx you can read that the URL property cannot be localized:
<quote>
The Url property cannot be localized in a site map in the same way as the
Title and Description properties.
</quote>
Now, on the asp.net site,
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/navigation/sitenavapi.aspx#localization you can read the following:
<quote>
Navigation data stored in a sitemap
file may need to be localized. The URL, Title, and Description attributes on a
<siteMapNode>
element can all be localized. In addition, any custom attributes that a developer places on a
<siteMapNode>
element can also be localized.
</quote>
Who is right/wrong here. I tried localizing the URL property without success.
Any info here highly appreciated.
Greetings EriSan