I am trying to put all of my strings into the resource file, something I do for all my Windows and Web Forms applications.
Works great when it comes to changes string values for labels and/or localizing the application.
I tried adding the string values to my Web MVC project, but cannot seem to access the Resource file from the inline code in the view.
Is this possible? Is there a better way?