MVC Site Map Provider and localization
问题 I've found out today that for my site i could use a SiteMap provider which i've downloaded from Github for the MVC3, as my web application is MVC3. Situation is following, my application is multilingual. I have a separate Library which contains all the resources. This Library is then added to my current project and everywhere where i need i use those resource files. Now i've implemented the site map provider: <mvcSiteMapNode title="$resources:Base,Home" controller="Home" action="Index"