views:

60

answers:

0

My web application is handling localization via resource file placed in a satellite assembly using ResourceManager. Since the application is growing I would like to split resx file into multiple files (for each language), but on the client side, seems that I have to create a ResourceManager instance for each file that I want to read from. Is there any way to wrap multiple resx files into single one?

Thanks