Page 1 of 1

Access to Translated field Names from inside Scripts

Posted: 2007-01-22 22:27:42
by aleph
Hi, sorry for my poor english...

Is posible to access to the Translated Names of the fields from inside a script?
When I say "Translated Names of fields" I mean to the named defined in the language.lng file, for example:

Fields.Strings.String[8]=Título Original
... if I would build a tree inside a script, instead of put something static text like:
PickTreeAdd('Titre original (Original Title)', IntToStr(fieldOriginalTitle));
.... I code something dinamic what work with different translations files like: ( NOTE: This don't work)
PickTreeAdd(Fields.Strings.String[8], IntToStr(fieldOriginalTitle));
Thanks in advance.
Cheers!

Posted: 2007-01-23 09:22:45
by antp
Hi,
It is not possible currently.

Posted: 2007-01-23 15:10:23
by aleph
Ok, antp
Thanks for the fast answer. :wink: