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

    AMDesignator

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

    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[]

    CurrencyDecimalDigits

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

    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
    int[]

    CurrencyNegativePattern

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

    CurrencyPositivePattern

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

    CurrencyPrecedesNumber

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

    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
    [JsonIgnore]
    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
    int

    LCID

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

    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[]

    NaNSymbol

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

    Name

    Declaration
    public string Name { 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
    int

    NumberDecimalSeparator

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

    NumberFormat

    Declaration
    [JsonIgnore]
    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
    int[]

    NumberNegativePattern

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

    PMDesignator

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

    PerMilleSymbol

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

    PercentDecimalDigits

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

    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
    int[]

    PercentNegativePattern

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

    PercentPositivePattern

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

    PercentSymbol

    Declaration
    public string PercentSymbol { 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

    ShortTimePattern

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

    ShortestDayNames

    Declaration
    public string[] ShortestDayNames { 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
    int

    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
    • Constructors
      • LanguageMetadata()
      • LanguageMetadata(CultureInfo)
    • Properties
      • AMDesignator
      • AbbreviatedDayNames
      • AbbreviatedMonthGenitiveNames
      • AbbreviatedMonthNames
      • CurrencyDecimalDigits
      • CurrencyDecimalSeparator
      • CurrencyGroupSeparator
      • CurrencyGroupSizes
      • CurrencyNegativePattern
      • CurrencyPositivePattern
      • CurrencyPrecedesNumber
      • CurrencySymbol
      • DateSeparator
      • DateTimeFormat
      • DateTimePatterns
      • DayNames
      • DigitSubstitution
      • EraNames
      • FullDateTimePattern
      • KeyboardLayoutId
      • LCID
      • LongDatePattern
      • LongTimePattern
      • MonthGenitiveNames
      • MonthNames
      • NaNSymbol
      • Name
      • NativeCalendarName
      • NativeDigits
      • NativeName
      • NegativeInfinitySymbol
      • NegativeSign
      • NumberDecimalDigits
      • NumberDecimalSeparator
      • NumberFormat
      • NumberGroupSeparator
      • NumberGroupSizes
      • NumberNegativePattern
      • PMDesignator
      • PerMilleSymbol
      • PercentDecimalDigits
      • PercentDecimalSeparator
      • PercentGroupSeparator
      • PercentGroupSizes
      • PercentNegativePattern
      • PercentPositivePattern
      • PercentSymbol
      • PositiveInfinitySymbol
      • PositiveSign
      • ShortDatePattern
      • ShortTimePattern
      • ShortestDayNames
      • ThreeLetterISOLanguageName
      • ThreeLetterWindowsLanguageName
      • TimeSeparator
      • TwoLetterISOLanguageName
      • Version
    • Methods
      • ClassifyDateTimePattern(string, PatternParsingHandler)
    Back to top Generated by DocFX