TRANSLATE_STRING

Description

TRANSLATE_STRING takes a custom string key and returns a translation marker for it. The marker is resolved to the translated value for the current user's language at render time.

This is used to reference custom translatable strings defined in the platform's translation system.

Example

TRANSLATE_STRING('greeting_message')

This returns a translation reference that resolves to the translated version of the greeting_message custom string, depending on the user's language.

Last updated

Was this helpful?