ComponentOne Bitmap for UWP
GetLocaleName(Int32) Method

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextLayout Class > GetLocaleName Method : GetLocaleName(Int32) Method
The position of the text to inspect.
Gets the locale name of the text at the specified position.
Syntax
'Declaration
 
Public Overloads Function GetLocaleName( _
   ByVal currentPosition As System.Integer _
) As System.String
public System.string GetLocaleName( 
   System.int currentPosition
)

Parameters

currentPosition
The position of the text to inspect.

Return Value

the locale name of the text at the specified position.
See Also

Reference

TextLayout Class
TextLayout Members
Overload List