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 follow
I think it should be like this:
Assuming your:
ProjectName=MyProject
Folder which contains resources:LanguageFiles
Class in which resources are defined:Messaging
then.
It should be like this I believe..I am not sure but may be it works for you:
`title=@MyProject.LanguageFiles.Messaging.Home'
(assuming Home is the resource defined in the Messaging class)