Search code examples
drupaldrupal-8language-translation

Drupal 8 translate the label of a webform field


I would like to translate my label from a webform field. I can't do it by the user interface translation, because it didn't show up there. I added to the content a webform field to link the webform. And then i went to manage display and changed the label of the webform field (with the formatter "Link to form"), to have a custom link to the webform, instead of "Go to webform"

How can I translate it with a hook?


Solution

  • I create an own field and have translated it in the User interface translation.