Click or drag to resize
CanvasTextLayoutGetLocaleName Method
Specifies the locale name for the character at the specified position.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public string GetLocaleName(
	int characterIndex
)

Parameters

characterIndex
Type: SystemInt32

Return Value

Type: String
See Also