IDWriteTextFormat.GetLocaleName

<summary> Get a copy of the locale name. </summary> <param name="localeName">Character array that receives the current locale name</param> <param name="nameSize">Size of the character array in character count including the terminated NULL character.</param> <returns> Standard HRESULT error code. </returns>

interface IDWriteTextFormat
extern (Windows)
HRESULT
GetLocaleName
(
WCHAR* localeName
,
UINT32 nameSize
)

Meta