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()
    Object.MemberwiseClone()
    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
    Boolean

    UseFlags

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

    Events

    SettingsChanged

    Declaration
    public event EventHandler SettingsChanged
    Event Type
    Type Description
    EventHandler
    In this article
    Back to top Generated by DocFX