IPXV_Inst::SetCurrentUILang Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::SetCurrentUILang Method}}
 
{{#customTitle:IPXV_Inst::SetCurrentUILang Method}}
{{#parentPage:PXV:IPXV_Inst#Methods|SetCurrentUILang Method|method}}
+
{{#parentPage:PXV:IPXV_Inst#Methods|SetCurrentUILang|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Changes UI-localization by selecting specified language.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT SetCurrentUILang([in]  LPWSTR  pLangCode);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT SetCurrentUILang([in]  LPWSTR  sLangCode);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pLangCode
+
;sLangCode
:[in]  Value of LPWSTR.
+
:[in]  Specifies string containing code of supported UI-language. See the [[PXV:IPXV_Inst_GetCurrentUILang|IPXV_Inst::GetCurrentUILang]] article.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]], [[PXV:IPXV_Inst_GetCurrentUILang|IPXV_Inst::GetCurrentUILang]], [[PXV:IPXV_Inst_GetUILanguages|IPXV_Inst::GetUILanguages]]

Latest revision as of 03:57, 15 June 2015


Changes UI-localization by selecting specified language.

Syntax

HRESULT SetCurrentUILang([in]  LPWSTR  sLangCode);

Parameters

sLangCode
[in] Specifies string containing code of supported UI-language. See the IPXV_Inst::GetCurrentUILang article.

Return Value

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

See Also

IPXV_Inst, IPXV_Inst::GetCurrentUILang, IPXV_Inst::GetUILanguages