Search Results for

    Show / Hide Table of Contents

    Interface ILegacyLanguageResources

    Represents a set of migrated legacy language resources originating from a legacy translation memory.

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi.Upgrade
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public interface ILegacyLanguageResources

    Properties

    Abbreviations

    Gets the list of abbreviations. Can be null.

    Declaration
    Wordlist Abbreviations { get; }
    Property Value
    Type Description
    Wordlist

    CurrencyFormats

    Gets the list of currency formats. Can be null.

    Declaration
    List<CurrencyFormat> CurrencyFormats { get; }
    Property Value
    Type Description
    List<CurrencyFormat>

    DateTimeFormats

    Gets the list of date time formats. Can be null.

    Declaration
    ILookup<LanguageResourceType, string> DateTimeFormats { get; }
    Property Value
    Type Description
    ILookup<LanguageResourceType, string>

    MeasurementUnits

    Gets the list of measurement units. Can be null.

    Declaration
    Dictionary<string, CustomUnitDefinition> MeasurementUnits { get; }
    Property Value
    Type Description
    Dictionary<string, CustomUnitDefinition>

    Name

    Gets the display name of this language resource set. Can be null.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    string

    NumbersSeparators

    Gets the number separators combinations list. Can be null.

    Declaration
    List<SeparatorCombination> NumbersSeparators { get; }
    Property Value
    Type Description
    List<SeparatorCombination>

    OrdinalFollowers

    Gets the list of ordinal followers. Can be null.

    Declaration
    Wordlist OrdinalFollowers { get; }
    Property Value
    Type Description
    Wordlist

    SegmentationRules

    Gets the (automatically migrated) segmentation rules. Can be null.

    Declaration
    SegmentationRules SegmentationRules { get; }
    Property Value
    Type Description
    SegmentationRules

    Variables

    Gets the list of variables. Can be null.

    Declaration
    Wordlist Variables { get; }
    Property Value
    Type Description
    Wordlist
    In this article
    • Properties
      • Abbreviations
      • CurrencyFormats
      • DateTimeFormats
      • MeasurementUnits
      • Name
      • NumbersSeparators
      • OrdinalFollowers
      • SegmentationRules
      • Variables
    Back to top Generated by DocFX