Translations don't work for Custom Print Format

Hi, I setup my own custom print format and wrote HTML code.
I assumed fields would still translate but they don’t. Is there a way to do this?

@bedo,

To make the string translatable you will need to use the __(“your string”) or _(“your string”) method.

1 Like