multiple languages for a field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 11:31 PM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-10-2022 11:48 PM
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.