Page 1 of 1

Using TsiLang with TMS inspector bar

Posted: Thu Feb 26, 2004 7:49 am
by mikaelmorvan
Hi,

I'm using your TsiLang component in my application and I've got a problem when translating the inspector bar items.
The inspector bar has these properties:
List of panels: Panel[0].Caption, Panel[1].Caption,...
For each panel, list of items: Panel[0].Items[0].Caption, Panel[0].Items[1].Caption,... All these properties are collections.
With TsiLang, I can see the panels caption in the translation interface but there is no sign of my Items captions!

What is the problem?

Thank you,
Mikaƫl Morvan

Posted: Thu Feb 26, 2004 7:00 pm
by isiticov
Just use ExtendedTranslations property and translate your Items captions as well as any other their property.

Posted: Fri Feb 27, 2004 1:13 pm
by mikaelmorvan
Thanks you for your response.

Just a question: why these property aren't in the translation interface?

Posted: Fri Feb 27, 2004 8:17 pm
by isiticov
They are. ExtendedTranslations is property with translations as well as others. The only difference is that it provides support for additional and "custom" property types, exactly as in case with TMS Inspector.