ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / LocalizedStrings Class / GetLocaleName Method / GetLocaleName(Int32) Method
Zero-based index of the locale name to be retrieved.

In This Topic
    GetLocaleName(Int32) Method
    In This Topic
    Get the locale name from the language.
    Syntax
    'Declaration
     
    Public Overloads Function GetLocaleName( _
       ByVal index As System.Integer _
    ) As System.String
    public System.string GetLocaleName( 
       System.int index
    )

    Parameters

    index
    Zero-based index of the locale name to be retrieved.

    Return Value

    The locale name from the language
    See Also