How to set multiple languages for the Group Tab Label?

Collapse
X
 
  • Time
  • Show
Clear All
new posts

  • lj4353
    commented on 's reply
    Thank you for your reply. The issue has been resolved using your method.

  • Firyo
    replied
    Hi there,

    Yes, it works if you add "$" before your label, Espo will check for its translation inside "navbarTabs" (from Global.json)
    PHP Code:
    "navbarTabs": {
        
    "CEmailSearch""Email search"

    Regards.

    Leave a comment:


  • How to set multiple languages for the Group Tab Label?

    How to set multiple languages for the Group Tab Label?

    Or

    In the config.php file, if I have tabList with 'text' => '$CEmailSearch', how can I set multiple languages?
    Click image for larger version

Name:	image.png
Views:	84
Size:	128.8 KB
ID:	117096Click image for larger version

Name:	image.png
Views:	71
Size:	53.4 KB
ID:	117097
Working...