TXTextControl.LocaleDialog Method

Invokes the Text Control's built-in language dialog box and, after the user has closed the dialog box, specifies whether he has changed something.

Introduced: 20.0.

Syntax

TXTextControl.LocaleDialog

Return Value

The method returns True when the user has changed the language. The method returns False, if the dialog box is left with Cancel or the language remains unchanged.

Remarks

The changes, made in the dialog box, apply to the currently selected text.

Data Types

Return value: Boolean

See Also