ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / LocalizedStrings Class / GetLocaleName Method / GetLocaleName(Int32,IntPtr,Int32) Method

In This Topic
    GetLocaleName(Int32,IntPtr,Int32) Method
    In This Topic
    HRESULT IDWriteLocalizedStrings::GetLocaleName([In] unsigned int index,[Out, Buffer] wchar_t* localeName,[In] unsigned int size)
    Syntax
    'Declaration
     
    Public Overloads Sub GetLocaleName( _
       ByVal index As System.Integer, _
       ByVal localeName As System.IntPtr, _
       ByVal size As System.Integer _
    ) 
    public void GetLocaleName( 
       System.int index,
       System.IntPtr localeName,
       System.int size
    )

    Parameters

    index
    localeName
    size
    See Also