IPXV_Inst::AddDefaultTranslationData Method
From PDF XChange PDF SDK
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.