Gets or sets the culture of the selected text.

Introduced: X10.

Syntax

public CultureInfo Culture { get; set; }
Public Property Culture() As CultureInfo

Limitations

Runtime only.

Remarks

The property's default value is null, which means a neutral culture.

The property returns its default value when the text selection contains multiple characters with mixed culture settings. The Selection.IsCommonValueSelected method can be used to check for mixed attributes.