IPXV_Inst::GetCurrentUILang Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXV_Inst::GetCurrentUILang Method}} | {{#customTitle:IPXV_Inst::GetCurrentUILang Method}} | ||
{{#parentPage:PXV:IPXV_Inst#Methods|GetCurrentUILang|method}} | {{#parentPage:PXV:IPXV_Inst#Methods|GetCurrentUILang|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Returns the identifier of current UI-language. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;ppLangCode | ;ppLangCode | ||
− | :[out, retval] | + | :[out, retval] Return pointer to unicode string that will contain language identifier in format <langID>-<countryID>. For example: |
+ | ::<tt>en-us // English - US</tt> | ||
+ | ::<tt>en-au // English - Australia</tt> | ||
+ | ::<tt>en-gb // English - Great Britain</tt> | ||
== Return Value == | == Return Value == |
Revision as of 16:56, 24 May 2015
Returns the identifier of current UI-language.
Syntax
HRESULT GetCurrentUILang([out, retval] BSTR* ppLangCode);
Parameters
- ppLangCode
- [out, retval] Return pointer to unicode string that will contain language identifier in format <langID>-<countryID>. For example:
- en-us // English - US
- en-au // English - Australia
- en-gb // English - Great Britain
Return Value
Returns S_OK if operation was successful or error code in other cases.