I have to try to use internatinalization with this example.
http://afana.me/post/aspnet-mvc-internationalization-part-2.aspx
But I obtain this problem
Could not find any resources appropriate for the specified culture or the neutral culture. Make sure "Resources.Resources.resources" was correctly embedded or linked into assembly "Resources" at compile time, or that all the satellite assemblies required are loadable and fully signed.
I am looking for the solucion in google, but I dont understand the solucion.
I create my resources like this..
Right click on the Solution and then choose the "Add->New Project" context menu command. Choose "Class Library" project type and name it "Resources". Now right click on "Resources" project and then choose "Add->New Item" context menu command. Choose "Resource File" and name it "Resources.resx"
I read in other example that people create the resources in this file App_GlobalResources, this is relation with my error???