IPXV_UILanguages::GetItem Method
From PDF XChange PDF SDK
Gets info about supported UI-language.
Syntax
HRESULT GetItem([in] ULONG nIndex, [out] BSTR* sCode, [out] BSTR* sEName, [out] BSTR* sLName);
Parameters
- nIndex
- [in] The index of item in list.
- sCode
- [out] Returns string with language code.
- sEName
- [out] Returns string with name in english.
- sLName
- [out] Returns string with local name.
Return Value
Returns S_OK if operation was successful or error code in other cases.