Search Results for

    Show / Hide Table of Contents

    Class LanguageMetadata

    Inheritance
    Object
    LanguageMetadata
    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.LanguageMetadata
    Assembly: Sdl.Core.Globalization.Async.dll
    Syntax
    public class LanguageMetadata

    Constructors

    LanguageMetadata()

    Declaration
    public LanguageMetadata()

    LanguageMetadata(CultureInfo)

    Declaration
    public LanguageMetadata(CultureInfo culture)
    Parameters
    Type Name Description
    CultureInfo culture

    Properties

    AbbreviatedDayNames

    Declaration
    public string[] AbbreviatedDayNames { get; set; }
    Property Value
    Type Description
    String[]

    AbbreviatedMonthGenitiveNames

    Declaration
    public string[] AbbreviatedMonthGenitiveNames { get; set; }
    Property Value
    Type Description
    String[]

    AbbreviatedMonthNames

    Declaration
    public string[] AbbreviatedMonthNames { get; set; }
    Property Value
    Type Description
    String[]

    AMDesignator

    Declaration
    public string AMDesignator { get; set; }
    Property Value
    Type Description
    String

    CurrencyDecimalDigits

    Declaration
    public int CurrencyDecimalDigits { get; set; }
    Property Value
    Type Description
    Int32

    CurrencyDecimalSeparator

    Declaration
    public string CurrencyDecimalSeparator { get; set; }
    Property Value
    Type Description
    String

    CurrencyGroupSeparator

    Declaration
    public string CurrencyGroupSeparator { get; set; }
    Property Value
    Type Description
    String

    CurrencyGroupSizes

    Declaration
    public int[] CurrencyGroupSizes { get; set; }
    Property Value
    Type Description
    Int32[]

    CurrencyNegativePattern

    Declaration
    public int CurrencyNegativePattern { get; set; }
    Property Value
    Type Description
    Int32

    CurrencyPositivePattern

    Declaration
    public int CurrencyPositivePattern { get; set; }
    Property Value
    Type Description
    Int32

    CurrencyPrecedesNumber

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

    CurrencySymbol

    Declaration
    public string CurrencySymbol { get; set; }
    Property Value
    Type Description
    String

    DateSeparator

    Declaration
    public string DateSeparator { get; set; }
    Property Value
    Type Description
    String

    DateTimeFormat

    Declaration
    public DateTimeFormatInfo DateTimeFormat { get; }
    Property Value
    Type Description
    DateTimeFormatInfo

    DateTimePatterns

    Declaration
    public string[] DateTimePatterns { get; set; }
    Property Value
    Type Description
    String[]

    DayNames

    Declaration
    public string[] DayNames { get; set; }
    Property Value
    Type Description
    String[]

    DigitSubstitution

    Declaration
    public DigitShapes DigitSubstitution { get; set; }
    Property Value
    Type Description
    DigitShapes

    EraNames

    Declaration
    public string[] EraNames { get; set; }
    Property Value
    Type Description
    String[]

    FullDateTimePattern

    Declaration
    public string FullDateTimePattern { get; set; }
    Property Value
    Type Description
    String

    KeyboardLayoutId

    Declaration
    public int KeyboardLayoutId { get; set; }
    Property Value
    Type Description
    Int32

    LCID

    Declaration
    public int LCID { get; set; }
    Property Value
    Type Description
    Int32

    LongDatePattern

    Declaration
    public string LongDatePattern { get; set; }
    Property Value
    Type Description
    String

    LongTimePattern

    Declaration
    public string LongTimePattern { get; set; }
    Property Value
    Type Description
    String

    MonthGenitiveNames

    Declaration
    public string[] MonthGenitiveNames { get; set; }
    Property Value
    Type Description
    String[]

    MonthNames

    Declaration
    public string[] MonthNames { get; set; }
    Property Value
    Type Description
    String[]

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    String

    NaNSymbol

    Declaration
    public string NaNSymbol { get; set; }
    Property Value
    Type Description
    String

    NativeCalendarName

    Declaration
    public string NativeCalendarName { get; set; }
    Property Value
    Type Description
    String

    NativeDigits

    Declaration
    public string[] NativeDigits { get; set; }
    Property Value
    Type Description
    String[]

    NativeName

    Declaration
    public string NativeName { get; set; }
    Property Value
    Type Description
    String

    NegativeInfinitySymbol

    Declaration
    public string NegativeInfinitySymbol { get; set; }
    Property Value
    Type Description
    String

    NegativeSign

    Declaration
    public string NegativeSign { get; set; }
    Property Value
    Type Description
    String

    NumberDecimalDigits

    Declaration
    public int NumberDecimalDigits { get; set; }
    Property Value
    Type Description
    Int32

    NumberDecimalSeparator

    Declaration
    public string NumberDecimalSeparator { get; set; }
    Property Value
    Type Description
    String

    NumberFormat

    Declaration
    public NumberFormatInfo NumberFormat { get; }
    Property Value
    Type Description
    NumberFormatInfo

    NumberGroupSeparator

    Declaration
    public string NumberGroupSeparator { get; set; }
    Property Value
    Type Description
    String

    NumberGroupSizes

    Declaration
    public int[] NumberGroupSizes { get; set; }
    Property Value
    Type Description
    Int32[]

    NumberNegativePattern

    Declaration
    public int NumberNegativePattern { get; set; }
    Property Value
    Type Description
    Int32

    PercentDecimalDigits

    Declaration
    public int PercentDecimalDigits { get; set; }
    Property Value
    Type Description
    Int32

    PercentDecimalSeparator

    Declaration
    public string PercentDecimalSeparator { get; set; }
    Property Value
    Type Description
    String

    PercentGroupSeparator

    Declaration
    public string PercentGroupSeparator { get; set; }
    Property Value
    Type Description
    String

    PercentGroupSizes

    Declaration
    public int[] PercentGroupSizes { get; set; }
    Property Value
    Type Description
    Int32[]

    PercentNegativePattern

    Declaration
    public int PercentNegativePattern { get; set; }
    Property Value
    Type Description
    Int32

    PercentPositivePattern

    Declaration
    public int PercentPositivePattern { get; set; }
    Property Value
    Type Description
    Int32

    PercentSymbol

    Declaration
    public string PercentSymbol { get; set; }
    Property Value
    Type Description
    String

    PerMilleSymbol

    Declaration
    public string PerMilleSymbol { get; set; }
    Property Value
    Type Description
    String

    PMDesignator

    Declaration
    public string PMDesignator { get; set; }
    Property Value
    Type Description
    String

    PositiveInfinitySymbol

    Declaration
    public string PositiveInfinitySymbol { get; set; }
    Property Value
    Type Description
    String

    PositiveSign

    Declaration
    public string PositiveSign { get; set; }
    Property Value
    Type Description
    String

    ShortDatePattern

    Declaration
    public string ShortDatePattern { get; set; }
    Property Value
    Type Description
    String

    ShortestDayNames

    Declaration
    public string[] ShortestDayNames { get; set; }
    Property Value
    Type Description
    String[]

    ShortTimePattern

    Declaration
    public string ShortTimePattern { get; set; }
    Property Value
    Type Description
    String

    ThreeLetterISOLanguageName

    Declaration
    public string ThreeLetterISOLanguageName { get; set; }
    Property Value
    Type Description
    String

    ThreeLetterWindowsLanguageName

    Declaration
    public string ThreeLetterWindowsLanguageName { get; set; }
    Property Value
    Type Description
    String

    TimeSeparator

    Declaration
    public string TimeSeparator { get; set; }
    Property Value
    Type Description
    String

    TwoLetterISOLanguageName

    Declaration
    public string TwoLetterISOLanguageName { get; set; }
    Property Value
    Type Description
    String

    Version

    Declaration
    public int Version { get; set; }
    Property Value
    Type Description
    Int32

    Methods

    ClassifyDateTimePattern(String, PatternParsingHandler)

    Declaration
    public PatternType ClassifyDateTimePattern(string pattern, PatternParsingHandler handler = null)
    Parameters
    Type Name Description
    String pattern
    PatternParsingHandler handler
    Returns
    Type Description
    PatternType
    In this article
    Back to top Generated by DocFX