MetabaseSaveDialog.ShowTranslateButton

Syntax

ShowTranslateButton: Boolean

Description

The ShowTranslateButton property controls visibility of the button that shows a dialog box for translating name of saved object into different languages.

Comments

Use JSON or the setShowTranslateButton method to set the property value and the getShowTranslateButton method to get the property value.

This property is True if the button, clicking which shows the dialog box for translating name of the object to save to different languages, is visible, otherwise the property is False.

This button is shown on the right of the entry box for the repository object name and looks as follows: . By default it is not shown.

Example

The example of property use is given in the Example of Creating the MetabaseSaveDialog Component.

See also:

MetabaseSaveDialog