field name | data type | db field | description |
tcBusinessClass | character | fcTranslation.BusinessClass | when filled, this translation will be pre-loaded into the translations cache when starting an instance of the business class |
ttLastModifiedDate | date | fcTranslation.LastModifiedDate | Last Modified Date |
tiLastModifiedTime | integer | fcTranslation.LastModifiedTime | Last Modified Time |
tcLastModifiedUser | character | fcTranslation.LastModifiedUser | Last Modified User |
tlTranslationIsUpdatedByUser | logical | fcTranslation.TranslationIsUpdatedByUser | shows whether the user has changed the translation record. |
tcTranslationLanguageCode | character | fcTranslation.TranslationLanguageCode | points to the resource file where this string was loaded from (<projectcode>.<languagecode>.resx) |
tcTranslationOriginalTextString | character | fcTranslation.TranslationOriginalTextString | the original translation, indicating the initial translation string before user make a change. |
tcTranslationProjShortCode | character | fcTranslation.TranslationProjShortCode | points to the resource file where this string was loaded from (<projectcode>.<languagecode>.resx) |
tiTranslationStringNumber | integer | fcTranslation.TranslationStringNumber | unique identification of the string inside the resource file |
tcTranslationStringText | character | fcTranslation.TranslationStringText | the translation itself |
ti_sequence | integer | calculated | primary index |
tc_rowid | character | calculated | = rowid(fcTranslation) |