function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
David HollandDavid Holland 

Accessing Translation Workbench Section Headers in a VisualForce Page

I discovered earlier how to translate all the "Section Headings" on a standard page layout.

 

I now wonder whether there is any way to reference these in a visualforce Page without having to create a custom label:

 

For example, for fields we can use this notation:

 

{!$ObjectType.My_Object__c.Fields.Name.Label}.

 

Is there a similar way to reference the section headings?!

 

Thanks