Using ASP.NET MVC Razor, I have a resource file in App_GlobalResources named General.resx and General.fr.resx with a name value pairings o
App_GlobalResources
General.resx
General.fr.resx
Try this,
@Resources.General.Hello
syntax: Resources.[ResourceName].[Property]