IDWriteLocalizedStrings.GetLocaleName

<summary> Copies the locale name with the specified index to the specified array. </summary> <param name="index">Zero-based index of the locale name.</param> <param name="localeName">Character array that receives the locale name.</param> <param name="size">Size of the array in characters. The size must include space for the terminating null character.</param> <returns> Standard HRESULT error code. </returns>

interface IDWriteLocalizedStrings
extern (Windows)
HRESULT
GetLocaleName
(
UINT32 index
,
WCHAR* localeName
,
UINT32 size
)

Meta