I have two resources files, Emails.es.resx
(es-ES) and Emails.eu.resx
(eu-ES), and I have a problem to retrieve a string from eu-ES file with myLib.Emails.ResourceManager.GetString("textKey", "eu-ES");
At local this works properly but at server, is a web app + IIS, not works, always return a correct value of "textKey" but with default language es-ES.
I cleaned the solution and rebuilded all, but without results.
Does anyone knows what could happen?