tags:

views:

273

answers:

1

I'm writing an ASP.NET MVC application and trying to use a RESX file to store error messages and other common strings. The problem is that the RESX generator builds internal classes and it's not possible to use them in the ASP.NET HTML code using a syntax like:

<%= Resources.SomeString %>

Is it possible to tweak a setting to get the RESX generator to build a publicly accessible class and properties?

+5  A: 
Panos
amazing! thanks for the screenshot
spoon16