Summary of the "translatekeys_" fields in ListManager
Below table stores the data that represents the strings that are translatable. Strings longer than 255 characters are specified using a tag rather than the string itself.
Primary key: TranslateKeyID_
Field Name | Description | Version Added |
---|---|---|
TranslateKeyID_ | An auto-incrementing ID field that uniquely identifies a record in this table. (int, identity, NOT NULL) | |
Key_ | The string used as the key to the translated value. Will generally be the actual string being translated but could also be a tag. (varchar(255), NULL) | |
Type_ | The type of this string. Only keys of type "text" are actually translated. The rest refer to images. (varchar(40), NULL) | |
ImgPath_ | For image types, this is the relative path to the image. (varchar(60), NULL) |