Search Results for

    Show / Hide Table of Contents

    Class LanguageDisplaySettings

    Inheritance
    object
    LanguageDisplaySettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    Namespace: Sdl.Core.Globalization
    Assembly: Sdl.Core.Globalization.Async.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
    bool

    UseFlags

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

    Events

    SettingsChanged

    Declaration
    public event EventHandler SettingsChanged
    Event Type
    Type Description
    EventHandler
    In this article
    • Properties
      • Format
      • IncludeCountry
      • UseFlags
    • Events
      • SettingsChanged
    Back to top Generated by DocFX