Translation
Provides translations for customer-facing dataset values in languages other than the one used in the dataset.
This class represents a record in the translations.txt file.
Properties
Name of the field to be translated.
Instead of defining which record should be translated, this field can be used to define the value which should be translated. When used, the translation will be applied when the field identified by field_name contains the exact same value defined in field_value.
Language of translation.
Defines the record that corresponds to the field to be translated. The value in record_id must be the first or only field of the table's primary key.
Helps the record that contains the field to be translated when the table doesn't have a unique ID. The value in record_sub_id is the second field of the table's primary key.
Defines the table that contains the field to be translated.
Translated value.