ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetLocaleName Method / GetLocaleName(Int32) Method
The position of the text to inspect.

In This Topic
    GetLocaleName(Int32) Method
    In This Topic
    Gets the locale name of the text at the specified position.
    Syntax
    'Declaration
     
    Public Overloads Function GetLocaleName( _
       ByVal currentPosition As Integer _
    ) As String
    public string GetLocaleName( 
       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