Translating Data Consent field type in Umbraco Forms
I've implemented Umbraco Forms on a website. Per default, a field for data consent appears when creating a new form, but this message is in English.
The website is in Swedish and the client wants this message to be translated but I can't seem to find a way to do this. I know that it's possible to disable the data-consent being added, but they don't want that.
Translating Data Consent field type in Umbraco Forms
I've implemented Umbraco Forms on a website. Per default, a field for data consent appears when creating a new form, but this message is in English.
The website is in Swedish and the client wants this message to be translated but I can't seem to find a way to do this. I know that it's possible to disable the data-consent being added, but they don't want that.
I found a similar question from 2021: https://our.umbraco.com/forum/using-umbraco-and-getting-started/107521-permanent-translation-for-data-consent-fieldtype-in-forms but the suggested solution still requires an editor to manually change the values in this question.
My fallback solution is to simply hard-code the message in FieldType.DataConsent.cshtml but I'd rather not..
So, my question is: Is there a way to translate the content in the data consent question type?
I'm using forms v.11.2.0
is working on a reply...