I am trying to make my multilanguage project for it I have created the asp net folder "App_LocalResources" and I have added a resource file that is named "clientes.es-ES.resx"
Then in the properties I left them as the capture
Now I go to the view and I tried first to use the namespace "resources" but it tells me that there is no such namespace, in fact when I write @using and I want to autocomplete there I do not get the word "resources"
I've also tried writing the entire route just like this
<h2> @testweb.recursos.crearCliente </h2>
But he tells me that the route does not exist.
Thanks for your help / suggestions / comments.