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 : ISupportPlaceables
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 |
Name
Gets or sets the name of the language resources template.
Declaration
string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TokenizerFlags
Gets or sets the flags affecting tokenizer behaviour for this language resource template.
Declaration
TokenizerFlags? TokenizerFlags { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TokenizerFlags> |
WordCountFlags
Gets or sets the flags affecting word count behaviour for this language resource template.
Declaration
WordCountFlags? WordCountFlags { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<WordCountFlags> |