IPXV_Inst::AddDefaultTranslationData Method

From PDF XChange PDF SDK
Revision as of 03:36, 21 March 2015 by Serg (Talk | contribs)

Jump to: navigation, search

Adds special xml with default(built-in) strings for UI-localization. Each module(plug-in) can add its own default strings inside his IPXV_Plugin::FinalizeRegistering() procedure.

Syntax

HRESULT AddDefaultTranslationData([in] IStream* pDefaultTranslationXml);

Parameters

pDefaultTranslationXml
[in] Pointer to IStream interface containing the default XML strings.

Return Value

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

See Also

See also IPXV_Inst.