Mixing Item Translations
Is it possible to have a mix of translated and untranslated data within a single protocol message?
If "Data fields in messages default to being translated" is enabled, then a T- will need to be appended to the end of the data item to prevent translation.
For example:
{Data:1UB}is translated{Data:1UBT-}is not translated
T+ will need to be appended to the end of the data item to invoke translation.
For example:
{Data:1UB}is not translated{Data:1UBT+}is translated