How can we make Guided Tour Multilingual? Do we have to create separate set of guided tour steps for each language for same page?How to make Guided Tour shown respective to user's language preference.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2022 11:12 PM
How can we make Guided Tour Multilingual? Do we have to create separate set of guided tour steps for each language for same page?How to make Guided Tour shown respective to user's language preference?
Is there a way we create guided tour steps for english language only with translated text being kept in language translation table?
- Labels:
-
Instance Configuration

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2022 11:38 PM
Internally it should use the built-in Message table for i18n, make sure each step's text in the guided tour is stored as a Message in the sys_ui_message in your primary language along with all the translations and it should automatically translate for users.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-14-2022 11:43 PM
This NowSupport article explains the proces.
If my answer helped you in any way, please then mark it as helpful. If it resolved the issue, please mark it as correct.
Mark
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 06:43 AM
That's for title what about the content? How to translate that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-15-2022 07:13 AM
Leve it mate I researched and fund the table to put translations on with correct document sys_id of tour step name in sys_translated_text. Thanks for your help.