[]
Get the locale name from the language.
public string GetLocaleName(int index)
| Type | Name | Description |
|---|---|---|
| int | index | Zero-based index of the locale name to be retrieved. |
| Type | Description |
|---|---|
| string | The locale name from the language |
HRESULT IDWriteLocalizedStrings::GetLocaleName([In] unsigned int index,[Out, Buffer] wchar_t* localeName,[In] unsigned int size)
public void GetLocaleName(int index, IntPtr localeName, int size)
| Type | Name | Description |
|---|---|---|
| int | index | |
| IntPtr | localeName | |
| int | size |