Please enable JavaScript to view this site.

Navigation: Advanced topics > Programming topics > Labels/Titles API > Methods

Labels/Titles API: getTableCaption

Scroll Prev Next More

 

Gets the table caption.

Syntax

Labels_getTableCaption(table, language)

Arguments

table

the table name.

language

the language of the caption. Specify an empty string "" for the language parameter to use the current language.

Return value

Returns the table caption. Captions can be set in the Label Editor.

Example

Get the "carscars" table caption.

 

Labels_getTableCaption("carscars", "English")

See also:

Labels/Titles API: setTableCaption()

Miscellaneous settings: Table labels

About Labels/Titles API