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
DML2020DML2020 

Including a hyperlink with custom label displayed in LWC

While editing a custom label to include the
<a href="https://www.example.com" target="_blank">Example</a>
it displays as text within the modal and not hyperlink on LWC page.

Can a hyperlink be included in custom labels imported within LWC? If so, how?

SwethaSwetha (Salesforce Developers) 
HI DML2020,

Looks like Urls in custom labels are not treated as Hyperlink.
See Idea https://ideas.salesforce.com/s/idea/a0B8W00000GdijDUAR/urls-with-custom-labels

Using custom Labels In Lightning Web Component(LWC): https://www.sfdcpoint.com/salesforce/custom-labels-in-lightning-web-component-lwc/

https://www.jitendrazaa.com/blog/salesforce/using-custom-label-in-lightning-web-components-lwc/

If this information helps, please mark the answer as best. Thank you