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


In This Topic
    TextTranslationOption Enumeration
    In This Topic
    How or if text is translated.
    Syntax
    'Declaration
     
    
    Public Enum TextTranslationOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As TextTranslationOption
    public enum TextTranslationOption : System.Enum 
    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