Get Label From SObject API Name Biswajeet October 13, 2018 No Comments on Get Label From SObject API Name Sample Code: String objectLabel = SObjectType.YourObjectApiName__c.getLabel(); System.debug(objectLabel);