Translate contact form in Neos

Hey guys,

I have tried to translate my contactform in Neos. But with the .xlf files it does not work.
I have included the .xlf files correctly, in all nodetypes the translation works fine.

Can you help me?

Does somebody has any idea?

Forms are not translatable out of the box yet (only the validation messages are).

You can however change the form element templates (i.e. replace {element.label} by {element.label -> f:translate(id: 'label', ...)} in the Field.html partial) or test this feature https://github.com/neos/form/pull/12 and +1 it so that we can merge it asap :wink: