IPXV_Inst::AddDefaultTranslationData Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT AddDefaultTranslationData([in]  IStream*  pDefaultTranslationXml);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT AddDefaultTranslationData([in]  IStream*  DefaultTranslationXml);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pDefaultTranslationXml
+
;DefaultTranslationXml
 
:[in]  Pointer to '''IStream''' interface containing the special XML with default strings.
 
:[in]  Pointer to '''IStream''' interface containing the special XML with default strings.
  

Revision as of 07:31, 12 June 2015


Adds special XML with default(built-in, english) 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*  DefaultTranslationXml);

Parameters

DefaultTranslationXml
[in] Pointer to IStream interface containing the special XML with default strings.

Return Value

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

See Also

IPXV_Inst