View previous topic :: View next topic |
Author |
Message |
mikaelmorvan
Joined: 26 Feb 2004 Posts: 2 Location: Rennes
|
Posted: Thu Feb 26, 2004 7:49 am Post subject: Using TsiLang with TMS inspector bar |
|
|
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 |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Thu Feb 26, 2004 7:00 pm Post subject: |
|
|
Just use ExtendedTranslations property and translate your Items captions as well as any other their property. |
|
Back to top |
|
 |
mikaelmorvan
Joined: 26 Feb 2004 Posts: 2 Location: Rennes
|
Posted: Fri Feb 27, 2004 1:13 pm Post subject: |
|
|
Thanks you for your response.
Just a question: why these property aren't in the translation interface? |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2112
|
Posted: Fri Feb 27, 2004 8:17 pm Post subject: |
|
|
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. |
|
Back to top |
|
 |
|