Need to translate the Question choices in all the languages

prudhviraj1
Tera Guru

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');

5 REPLIES 5

Nilesh Wahule
Tera Guru

Hi @prudhviraj1 ,

Can you please provide more details what exactly you need ?

 

 

--

Nilesh

Hi Nilesh,

 

I want to translate all the question choices in all the Languages.

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

NileshWahule1_1-1675709655407.png

 

State ( draft ) in Italian for HR Case Table

NileshWahule1_0-1675709617076.png

 

 

 

Please mark my answer as helpful/correct if it resolves your query.

Let me know if any questionsâ€Ĥ.

---

Nilesh Wahule

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