IPXV_Inst::AddDefaultTranslationData Method

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXV_Inst::AddDefaultTranslationData Method}}
 
{{#customTitle:IPXV_Inst::AddDefaultTranslationData Method}}
  
The method of interface of PDF-XChange Editor SDK.
+
Adds special xml with default(built-in) strings for UI-localization. Each module(plug-in) can add its own default strings inside his <code>IPXV_Plugin::FinalizeRegistering()</code> procedure.
  
 
== Syntax ==
 
== Syntax ==
Line 9: Line 9:
 
== Parameters ==
 
== Parameters ==
 
;''pDefaultTranslationXml''
 
;''pDefaultTranslationXml''
:[in]  Pointer to IStream.
+
:[in]  Pointer to '''IStream''' interface containing the default XML strings.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 03:36, 21 March 2015

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.