Translating with inherited forms
Posted: Wed Jun 20, 2007 1:57 pm
I am using a inherited form and don“t get the translation for the components that are inherited just for those that are of the child form.
For example:
Form1 = Father form, Component: Button1 (Caption=Close)
Form2 = Child Form (Class(form1)) New Component: label1 (Caption=Name)
siLang is a component of Form1 inherited by Form2, and in Form2 the property IsInheritedOwner=true.
When run the application, just label1 is translated.
What am I doing wrong? Why components of the father are not being translated as the Child ones?
For example:
Form1 = Father form, Component: Button1 (Caption=Close)
Form2 = Child Form (Class(form1)) New Component: label1 (Caption=Name)
siLang is a component of Form1 inherited by Form2, and in Form2 the property IsInheritedOwner=true.
When run the application, just label1 is translated.
What am I doing wrong? Why components of the father are not being translated as the Child ones?