Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.WorkspaceSettings Namespace / IUserInterface Interface / UserInterfaceLanguage Property


In This Topic
    UserInterfaceLanguage Property (IUserInterface)
    In This Topic
    Gets or sets a value indicating the UI language.
    Syntax
    'Declaration
     
    
    Property UserInterfaceLanguage As UILanguageEnum
    'Usage
     
    
    Dim instance As IUserInterface
    Dim value As UILanguageEnum
     
    instance.UserInterfaceLanguage = value
     
    value = instance.UserInterfaceLanguage
    UILanguageEnum UserInterfaceLanguage {get; set;}
    See Also