Dear SO surfers,
<ul>
<li><% Html.ActionLink(StringHelper.TryGetLocalString("Something"),
"Blah", "Blah"); %></li>
</ul>
I had tp make the StringHelper class above public before I could see it from within my partial view.
Why??
(side note: resolving to local string will be done in my controller not in the view (layout) but its a good quick example).
Thanks for you help, Luke