About Translation

Hi,I want the field to be visible based on the language chosen by the user in the settings, how can I do it?

Hi @eatlc

Try eval: frappe.boot.lang == "en"

Hope this helps.

2 Likes