[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.LocalizedStrings.GetLocaleName

GetLocaleName Method

GetLocaleName(int)

Get the locale name from the language.

Declaration
public string GetLocaleName(int index)
Parameters
Type Name Description
int index

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

Returns
Type Description
string

The locale name from the language

GetLocaleName(int, IntPtr, int)

HRESULT IDWriteLocalizedStrings::GetLocaleName([In] unsigned int index,[Out, Buffer] wchar_t* localeName,[In] unsigned int size)

Declaration
public void GetLocaleName(int index, IntPtr localeName, int size)
Parameters
Type Name Description
int index
IntPtr localeName
int size