Microsoft MSDN:

How to: Localize Site-Map Data

Actually it is the same as you create a Global resource file under App_GlobalResources folder, and put the site map node text content to the resource file.

In site map file:

set:  <siteMap enableLocalization=”true”>

and change:

    <siteMapNode url=”~/Default.aspx” title=”$resources:SiteText,StrHome” description=”" roles=”*” >
    </siteMapNode>

In Global resource file, add the following:

StrHome    Home   

Done!

Leave a Reply

(required)

(required)

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

© 2013 CodeEase.com Suffusion theme by Sayontan Sinha