ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextLayout Class / GetLocaleName Method / GetLocaleName(Int32,TextRange) Method
The position of the text to inspect.
The range of text that has the same formatting as the text at the position specified by currentPosition. This means the run has the exact formatting as the position specified, including but not limited to the locale name.

In This Topic
    GetLocaleName(Int32,TextRange) Method
    In This Topic
    Gets the locale name of the text at the specified position.
    Syntax
    'Declaration
     
    Public Overloads Function GetLocaleName( _
       ByVal currentPosition As System.Integer, _
       ByRef textRange As TextRange _
    ) As System.String
    public System.string GetLocaleName( 
       System.int currentPosition,
       out TextRange textRange
    )

    Parameters

    currentPosition
    The position of the text to inspect.
    textRange
    The range of text that has the same formatting as the text at the position specified by currentPosition. This means the run has the exact formatting as the position specified, including but not limited to the locale name.

    Return Value

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