ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.DirectWrite Namespace / TextFormat Class / GetLocaleName Method

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

    Parameters

    localeName
    nameSize
    See Also