Hello everyone,
I am trying to port to Monotouch a lot of Windows C# class libraries that almost have a RESX resource file embedded for UI string localization.
I have tried to add the files into the Monotouch project as "Embedded Resource" but this does not seem to work.
- Are these RESX files - Resgen generated- supported in MonoTouch?
- Is the fact that I try to build a class library (not an app) the source of the problem?
- Should I use a special folder name? namespace? special setting?
Thank you in advance, Laurent