Search Results for

    Show / Hide Table of Contents

    Class LanguageDisplaySettings

    Inheritance
    System.Object
    LanguageDisplaySettings
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.Core.Globalization
    Assembly: Sdl.Core.Globalization.dll
    Syntax
    public sealed class LanguageDisplaySettings

    Properties

    Format

    Declaration
    public LanguageFormat Format { get; set; }
    Property Value
    Type Description
    LanguageFormat

    IncludeCountry

    Declaration
    public bool IncludeCountry { get; set; }
    Property Value
    Type Description
    System.Boolean

    UseFlags

    Declaration
    public bool UseFlags { get; set; }
    Property Value
    Type Description
    System.Boolean

    Events

    SettingsChanged

    Declaration
    public event EventHandler SettingsChanged
    Event Type
    Type Description
    System.EventHandler

    On this page

    • Properties
      • Format
      • IncludeCountry
      • UseFlags
    • Events
      • SettingsChanged
    Back to top Generated by DocFX