LocalizedUnicodeStr Method of JobMessage Object (COM-based API)
Returns message text in the specified language (unlike the UnicodeStr
property, which returns the text of a message in the server language).
Note. Some messages can only be localized partially (depending on the Processing Station language and other factors).
Visual Basic Syntax
Method LocalizedUnicodeStr(
locale As String
) As String
C++ Syntax
HRESULT LocalizedUnicodeStr(
BSTR locale,
BSTR*
result
);
Parameters
locale
[in] - The locale (for example, an IETF BCP 47 language tag — "en-US," "de-DE," "ru-RU," etc.).
result
[out] - The BSTR pointer to the localized string of the message.
26.03.2024 13:49:49