Interface ILanguageResourcesTemplate
Represents a language resources template, which is a LanguageResourceBundleCollection that can be stored and managed individually.
Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
Syntax
public interface ILanguageResourcesTemplate
Remarks
There are two implementations of this interface: FileBasedLanguageResourcesTemplate and ServerBasedLanguageResourcesTemplate.
Properties
Description
Gets or sets the description of the language resources template.
Declaration
string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LanguageResourceBundles
Gets the collection of language resource bundles associated with this language resource template.
Declaration
LanguageResourceBundleCollection LanguageResourceBundles { get; }
Property Value
Type | Description |
---|---|
LanguageResourceBundleCollection |
Name
Gets or sets the name of the language resources template.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |