IPXV_Inst::AddDefaultTranslationData Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::AddDefaultTranslationData Method}}
 
{{#customTitle:IPXV_Inst::AddDefaultTranslationData Method}}
 +
{{#parentPage:PXV:IPXV_Inst#Methods|AddDefaultTranslationData|method}}
 +
{{ToReview}}
  
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.
+
Adds special XML with default(built-in, english) strings for UI-localization. Each module(plug-in) can add its own default strings inside his [[PXV:IPXV_Plugin_FinalizeRegistering|IPXV_Plugin::FinalizeRegistering]] procedure.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT AddDefaultTranslationData([in] IStream* pDefaultTranslationXml);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT AddDefaultTranslationData([in] IStream* pDefaultTranslationXml);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''pDefaultTranslationXml''
+
;pDefaultTranslationXml
:[in]  Pointer to '''IStream''' interface containing the default XML strings.
+
:[in]  Pointer to '''IStream''' interface containing the special XML with default strings.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:55, 15 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*  pDefaultTranslationXml);

Parameters

pDefaultTranslationXml
[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