TXTextControl.CultureSettings Object

An object of this type is returned by the function getCultures. It contains the currently used language culture names. (e. g. "de-DE" or "en-US")

Introduced: 24.0.

Syntax

[JavaScript]
{
    culture: <string>,
    uiCulture: <string>
}

Properties

Property Description
culture The control's culture.
uiCulture The control's user interface culture.