User2136835269 posted
I've been struggling a bit with a standard localization setup with a small twist: My error pages are in a sub-folder called "Errors". The error pages are localized, and I get error messages about "resource object key '...' was not found."
Files:
App_LocalResources\
FrontPage.aspx.resx
Errors\
FileNotFound.aspx.resx
FrontPage.aspx
Errors\
FileNotFound.aspx
I also tried plain:
App_LocalResources\
FrontPage.aspx.resx
FileNotFound.aspx.resx
FrontPage.aspx
Errors\
FileNotFound.aspx
Any ideas?