IPXV_Inst::SetCurrentUILang Method

From PDF XChange PDF SDK
Revision as of 16:01, 26 May 2015 by Pifagor (Talk | contribs)

Jump to: navigation, search


Changes UI-localization by selecting specified language.

Syntax

HRESULT SetCurrentUILang([in]  LPWSTR  pLangCode);

Parameters

pLangCode
[in] Specifies string containing code of supported UI-language. See the IPXV_Inst::GetCurrentUILang article.

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::GetCurrentUILang, IPXV_Inst::GetUILanguages