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?
The access modifier can be set to Public
from a combo-box at the top menu of the resource editor.
http://docs.google.com/File?id=dcfqfqs2_2gfcb5ndc_b
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With