Resource files not being included?

My application is globalized and many assemblies have their resource files for storing globalization information.
When I publish by ClickOnce, I find in the "Application Files" window that all resource files, except those of the startup assembly, are not included. Can I add them by myself or any other way to solve the problem?
Thanks
[345 byte] By [Kennon2005] at [2007-12-16]
# 1
Hi Kennon,
First of all ClickOnce has an option for publishing in a particular language, and only the resources with those are included, atleast that was the case with me also. What I did to solve this was that I copied the resource files along with their respective folders into the virtual directory where the application was published. Then I updated the application and deployment manifest to include these files and signed them, after that my localization code was working fine.

Hope this helps.
Kunal

KunalYadav at 2007-9-9 > top of Msdn Tech,Windows Forms,ClickOnce and Setup & Deployment Projects...