You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Translated Text field is a special field type which provides translations of different content depending on the user locale. This field operates as the text field, and is used throughout the system.

Administrators information


English translations are stored in the master table, the Translations (sys_translation) table stores localized texts. The Translation table contains several entries of a translated field – one per every language provided.

When you clear a field of the Translated text type, only the value for the current language is deleted. Values for other languages remain. In such cases, you delete only one record in the Translations (sys_translation) table, without deleting the others.

The Translated Text table


Translations for fields with the Translated Text field type are saved in the Translations (sys_translation) table.

Translated text form fields

FieldDescription
column_idThe ID of the column containing translated text.
record_idThe ID of the record containing translated text.
language_idThe ID of the language the text translated into.
valueThe displayed translated text.

The English text in the master table and the translated text are linked to each other with "column_id-record_id-language_id" fields. These fields' values are used when looking for the translation of the English language text of the specified field, and if found, it is taken as a translation. The same goes for translations to any other language.

  • No labels