Activity › Forums › Salesforce® Discussions › How to use custom label inside the Salesforce component? Tagged: Custom Label, Salesforce Component, Salesforce Customization Salesforce® Discussions How to use custom label inside the Salesforce component? Posted by Mohit on September 19, 2016 at 2:38 PM Hi All, How to use custom label inside the component? Please give suggestion Tanu replied 9 years, 7 months ago 2 Members · 1 Reply Custom LabelSalesforce ComponentSalesforce Customization 1 Reply Tanu Member September 20, 2016 at 9:31 AM Hello Mohit, Use this syntax to access custom labels in Lightning components: $Label.c.labelName for the default namespace $Label.namespace.labelName if your org has a namespace, or to access a label in a managed package Here are some examples. Label in a markup expression using the default namespace {!$Label.c.labelName} Label in JavaScript code if your org has a namespace $A.get(“$Label.namespace.labelName”) Log In to reply. Public All Members My Connections Only Me PublicAll MembersMy ConnectionsOnly Me Public All Members My Connections Only Me