Skip to Content

Translation_User

Provides translations for the current user and application.

Usage

Read from business object.

Remarks

The Translation_User business object provides a quick way to look up a translation for the current user using the current app. This will return either the user's language translation, or the default culture translation if the former is unavailable.

Access

Read Write
Yes No

Rows

0..N

Roles

  • Administrator
  • User

Table Schema

Column Primary Key Description
BundleId Yes The bundle id. Refer to the Bundle and Bundle_App public data objects for more info.
TranslationKey Yes The translation key to look up.
LanguageId No The language id for the current user. Refer to the Language public data object for more info.
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 translation itself.