I'm having a little problem with a dot (.
) in a resource file. In my global.resx
file I have the value:
Key: DSNLBuiltNo
Value: DS.NLM + Built no
When I display this in my Razor file with a @Html.Label(Global.DSNLBuiltNo)
I only see NLM + Built no
in my page (and the underlying HTML.) Anyone knows what is going on here?