Is it possible to split one big Resource(.resx) file into several files physically and still use the same syntex to get data
i.e.
GlobalResource.resx
into
GlobalResource1.resx, GlobalResource2.resx, GlobalResource3.resx, ...
and all file will be compliled into one and use like
Resources.GlobalResource.errParamNameReq
using it in Asp.net 3.5. having problem while working on svn, every time it get conflicted while try to checkin, so i thought to split it into many files while the compiler treat it as one.