We use resx files to localize my web applications. We have created a bunch of resource files under different APP_LocalResource folders and we are accessing that resources from pages and user controls through meta:resourcekey.
We want to move all the resource files into one folder, without changing meta:resourcekey
Is that possible?