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