Interface ILegacyLanguageResources
Represents a set of migrated legacy language resources originating from a legacy translation memory.
Namespace: SdlSdl.LanguagePlatformTranslationMemoryApiUpgrade
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 |
---|---|
ListCurrencyFormat |
DateTimeFormats
Gets the list of date time formats. Can be null.
Declaration
ILookup<LanguageResourceType, string> DateTimeFormats { get; }
Property Value
Type | Description |
---|---|
ILookupLanguageResourceTypestring |
MeasurementUnits
Gets the list of measurement units. Can be null.
Declaration
Dictionary<string, CustomUnitDefinition> MeasurementUnits { get; }
Property Value
Type | Description |
---|---|
DictionarystringCustomUnitDefinition |
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 |
---|---|
ListSeparatorCombination |
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 |