Dynamic document label based on language

I am creating a new doctype and i want the fields labels appear in the language that the user set for his account.
Example:
A document called:
Product have fields with labels :
-Price
-name

I want if a user with arabic language set see it:
المنتج

- السعر
- الاسم

How ca i achieve such feature?

Hi,

System will automatically display translated labels.

You just need to add the translation for each field as below in Tranlsaton Doctype:

Thanks,

Divyesh Mangroliya

1 Like

Hi mangroliya,
Thank you so much. It worked!!