How to translate a sentence with a link
Posted: June 22nd, 2022, 11:11 pm
I have a sentence with a link in it and it all needs to be translated.
Here is how the translation is happening. its formed in a CreateServiceNode and dynamically put in a html generic control Are there any suggestions for how I could do this better?
So I want it to look like this
but to achieve this, I have 3 records in the translation dictionary
I would prefer the full sentence to be translated as 1 dictionary record because the english sentence broken into 3 parts, translated, and put together, will not always be form a coherent translated sentence. And as we roll out more languages, I'll provide the dictionary records to someone who speaks the new language and they will see these rows in an excel:- for how we process personal data.
- global privacy notice
- This email may contain confidential information and is intended only for the addressee. You may not disclose such confidential information. If you have received this email by mistake, please notify the sender and delete this email. See our
Here is how the translation is happening. its formed in a CreateServiceNode and dynamically put in a html generic control Are there any suggestions for how I could do this better?