TextTranslationOption Enumeration
In This Topic
How or if text is translated.
Syntax
<System.Runtime.InteropServices.ComVisibleAttribute(True)>
<System.Runtime.InteropServices.GuidAttribute("70089005-C2B2-4843-9E93-755BA6485EA1")>
Public Enum TextTranslationOption
Inherits System.Enum
Members
Member | Description |
AsXML | Returns the string in XML format. |
DefaultTranslation | Translates the returned string from host to PC character set. |
NoTranslation | Does not translate the returned string from host to PC character set. |
See Also