Class Catalog.Dico_.Entry
An entry represents a string contained in the catalog and defined in the catalog's language, and all its translations to other languages.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Catalog.Dico_.Entry
Properties
| Name | Description |
|---|---|
| Identifier | An unique identifier used in the dictonary to store the string. |
| KeyLanguageText | A text coming from the catalog, defined in the catalog's language. |
| Translations | All the translations of the text to other languages. |