Hey, I'm having the following localization problem: I have a control (A) which has a label in it, I created a property for the label's text. When adding the A control into a new one (B) I can change the label using the property. The property appears in the Misc subgroup in the properties tab when A control is selected. The problem is that even though both controls' Localizable is set to true, the property for the label's text isn't created in the resource of the B control.
Is there a way to determine what variables/properties are localized (maybe using attributes), I can see that when adding A into B the only properties of A which are put into the resource are: Type, ZOrder, Parent, Name. Shouldn't the created property be inserted into the resource because its type is string? Thanks in advance E.
