I had a resource file named Localize.resx, which contains English strings. I copied and pasted it inside the same folder(App_GlobalResources), VS created a copy, I renamed the copy to Localize.sl.resx and the original to Localize.en.resx. Now everything in codebehind files (Localize.en.designer.cs) is gone. Deleting the designer file and selecting Run Custom Tool generates a new but completely blank designer file.
I still have all my strings in both resx's but the designer files are gone (empty) so the application does not build.
Any suggestions?
This is inside Vs 2010 with ASP.NET MVC solution.