Need to translate the Question choices in all the languages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-30-2023 04:32 AM
I have created translations in all the languages, but we have a On Change Client script condition based, it will be executing always ,How to enable all the Languages
kindly help us
if (region == 'NAM') {
g_form.addOption('u_country', '5c6f6761db55bc1085d59d67b9961930', 'India');
g_form.addOption('u_country', '206f6761db55bc1085d59d67b9961940', 'Canada');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-30-2023 11:49 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â01-30-2023 10:00 PM
Hi Nilesh,
I want to translate all the question choices in all the Languages.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â02-06-2023 10:55 AM
Hi @prudhviraj1 ,
when you are saying question choices, I assume its a choices from the form fields or from record producers. If you want to translate them please go to sys_choice table and add the entry for your custom language and value. You can refer to existing records.
State ( draft ) in English for HR Case Table
State ( draft ) in Italian for HR Case Table
Please mark my answer as helpful/correct if it resolves your query.
Let me know if any questionsâĤ.
---
Nilesh Wahule
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
â02-06-2023 07:20 PM
Hi Nilesh,
Under record Producer question choices are not stored in sys_choice table, on the choices we are called the custom countries table as dependent value,
Moreover we are written the client script as when region ASIA country choices visible, it was impacted in the portal