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
RockDeveloperRockDeveloper 

Custom label in command link

How to use custom label in command link at value=" add quote " attribute. I want add quote comes from custom label.

How is it possible?

mast0rmast0r
<apex:commandLink action="{!save}" value="{!$Label.YourLabelName__c}" id="theCommandLink"/>