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.

Kirtiman
Tera Contributor

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?

4 REPLIES 4

Luke Van Epen
Tera Guru

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 Manders
Mega Patron

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

That's for title what about the content? How to translate that.

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.