Class LanguageMetadata
Inheritance
System.Object
LanguageMetadata
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()
Assembly: Sdl.LanguagePlatform.Core.dll
public class LanguageMetadata
Constructors
Declaration
public LanguageMetadata()
Declaration
public LanguageMetadata(CultureInfo culture)
Parameters
Type |
Name |
Description |
System.Globalization.CultureInfo |
culture |
|
Properties
Declaration
public string[] AbbreviatedDayNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] AbbreviatedMonthGenitiveNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] AbbreviatedMonthNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string AMDesignator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int CurrencyDecimalDigits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string CurrencyDecimalSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string CurrencyGroupSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int[] CurrencyGroupSizes { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public int CurrencyNegativePattern { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int CurrencyPositivePattern { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public bool CurrencyPrecedesNumber { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public string CurrencySymbol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string DateSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public DateTimeFormatInfo DateTimeFormat { get; }
Property Value
Type |
Description |
System.Globalization.DateTimeFormatInfo |
|
Declaration
public string[] DateTimePatterns { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] DayNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public DigitShapes DigitSubstitution { get; set; }
Property Value
Type |
Description |
System.Globalization.DigitShapes |
|
Declaration
public string[] EraNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string FullDateTimePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LongDatePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string LongTimePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] MonthGenitiveNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string[] MonthNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NaNSymbol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NativeCalendarName { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] NativeDigits { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string NegativeInfinitySymbol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string NegativeSign { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int NumberDecimalDigits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string NumberDecimalSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public NumberFormatInfo NumberFormat { get; }
Property Value
Type |
Description |
System.Globalization.NumberFormatInfo |
|
Declaration
public string NumberGroupSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int[] NumberGroupSizes { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public int NumberNegativePattern { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PercentDecimalDigits { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PercentDecimalSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PercentGroupSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int[] PercentGroupSizes { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
Declaration
public int PercentNegativePattern { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int PercentPositivePattern { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public string PercentSymbol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PerMilleSymbol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PMDesignator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PositiveInfinitySymbol { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string PositiveSign { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ShortDatePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string[] ShortestDayNames { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Declaration
public string ShortTimePattern { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string TimeSeparator { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public int Version { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public static LanguageMetadata GetMetadata(string langCode)
Parameters
Type |
Name |
Description |
System.String |
langCode |
|
Returns
Declaration
public static List<string> GetMetadataLanguageCodes()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
public static LanguageMetadata GetOrCreateMetadata(string langCode)
Parameters
Type |
Name |
Description |
System.String |
langCode |
|
Returns