FormattedTextSetCulture(CultureInfo) Method

Sets or changes the culture for the text object.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void SetCulture(
	CultureInfo culture
)

Parameters

culture  CultureInfo
The new culture for the text object.

See Also