InfoConnect API Guide
Attachmate.Reflection.Emulation.OpenSystems Namespace / TextTranslationOption Enumeration


TextTranslationOption Enumeration
How or if text is translated.
Syntax
'Declaration
 
Public Enum TextTranslationOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As TextTranslationOption
Members
MemberDescription
AsXMLReturns the string in XML format.
DefaultTranslationTranslates the returned string from host to PC character set.
NoTranslationDoes not translate the returned string from host to PC character set.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Attachmate.Reflection.Emulation.OpenSystems.TextTranslationOption

See Also