IPXV_Inst::GetCurrentUILang Method

From PDF XChange PDF SDK
Revision as of 17:56, 24 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Returns the identifier of current UI-language.

Syntax

HRESULT GetCurrentUILang([out, retval]  BSTR*  ppLangCode);

Parameters

ppLangCode
[out, retval] Return pointer to unicode string that will contain language identifier in format <langID>-<countryID>. For example:
en-us // English - US
en-au // English - Australia
en-gb // English - Great Britain

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXV_Inst