
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2022 06:48 AM
Hi,
is this possible to translate Rich Text Label field containing link?
Thanks & Regards,
Rohit Agarwal
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2022 09:11 PM
Hi,
It is possible to translate Rich Text Label field containing links.
Change your preferred language
Go to the variable and paste translated text along with the links in the Rich Text field and save it
OR
Go to sys_translated_text table
Create a new entry
Field name - Rich text
Table name - Variable [item_option_new]
Language - Select desired language
Document - Select Variable
Value - Enter translated text with links or paste the HTML source code of rich text variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2022 09:11 PM
Hi,
It is possible to translate Rich Text Label field containing links.
Change your preferred language
Go to the variable and paste translated text along with the links in the Rich Text field and save it
OR
Go to sys_translated_text table
Create a new entry
Field name - Rich text
Table name - Variable [item_option_new]
Language - Select desired language
Document - Select Variable
Value - Enter translated text with links or paste the HTML source code of rich text variable

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2022 11:03 PM
Rohit,
Shurti gave the steps to translate the text. One thing to note is the entire rich label with the link is translated as one translation record instead of each word.
Rich text label may contain html tags so they should be included in the translation too.