Hello,
I want to build my web app from scratch using only the App Service Editor in Azure.
I am not yet able to get localization to work.
I have a folder in the root "App_GlobalResources" with a file Resources.resx in it.
The resource file contains the entry below:
<data name = "Next" xml: space = "preserve">
<value>Verder</value>
<comment> </comment>
</data>
I would expect to be able to get the value from my index.cshtml something like this:
var txt = Resources.Next
But that doesn't work.
Anyone have an idea?
Thanks for the help!
Regards,
Egbert