Using TsiLang with TMS inspector bar

All announcements, questions and issues related to the TsiLang Components Suite.
Post Reply
mikaelmorvan
Posts: 2
Joined: Thu Feb 26, 2004 7:40 am
Location: Rennes

Using TsiLang with TMS inspector bar

Post 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
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post by isiticov »

Just use ExtendedTranslations property and translate your Items captions as well as any other their property.
mikaelmorvan
Posts: 2
Joined: Thu Feb 26, 2004 7:40 am
Location: Rennes

Post by mikaelmorvan »

Thanks you for your response.

Just a question: why these property aren't in the translation interface?
isiticov
Site Admin
Posts: 2383
Joined: Thu Nov 21, 2002 3:17 pm

Post 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.
Post Reply