I have created a Common Library MonoTouch project and added the localization files there. However, they do not appear in the .app file.
How can I have a common project with localization resources so that I can share them among many MonoTouch apps?
As a side: I can add Images to a common project and access them so I am assuming it'll work with Localization files. Localization works fine when the localization files are in the main app project.
