Skip to Content

Translation

Provides read access to translations.

Usage

Read from business object.

Remarks

This data object provides developers read-only access to translations stored in Vinyl's internal translation tables.

Access

Read Write
Yes No

Rows

0..N

Roles

  • Administrator
  • User

Table Schema

Column Primary Key Description
BundleId Yes The bundle id to retrieve from.
TranslationKey Yes The key of the translation id of the record. This will be automatically generated unless specified.
LanguageId Yes The translation language.
TranslationFormatId No The translation format. Refer to the Translation_Format public data object for more info.
TranslationTypeId No The translation type. Refer to the Translation_Type public data object for more info.
Value No The bundle itself.