multiple languages for a field

RC12
Tera Contributor

hello experts,

attached is a screenshot. i have to make the operational status to non-operational but the value is 2 and the label is in different languages. i want the english one only.

gr.setValue('operational_status',2);//gr is the object on this table.

if i write this code, will it be referred to english only or if it is english i want, do i have to add anything in the code?

1 REPLY 1

Charles Louis1
Giga Expert

Hi,

you can go on and change the English name of it it will just change the English Label of that field.The field backend name will be the same i.e (operation_status) just the label that is visible to the user changes based on the user selected language.

 

Please Mark it Correct if its helpful.