Activity › Forums › Salesforce® Discussions › What are the uses of custom labels in Salesforce?
Tagged: Custom Label, Custom Labels in Salesforce, Label Reports, Label Value, Salesforce Customization
-
What are the uses of custom labels in Salesforce?
Posted by chanchal kumar on June 27, 2018 at 2:01 PMwhat are the uses of custom labels?
shariq replied 7 years, 8 months ago 4 Members · 3 Replies -
3 Replies
-
Hello Chanchal
Custom labels are used to create applications in multiple languages. Custom labels are custom text values that can be translated into any language Salesforce supports.
Thank You
- [adinserter block='9']
-
Hello Chanchal
Custom labels are custom text values that can be accessed from Apex classes or Visualforce pages. The values can be translated into any language Salesforce supports. Custom labels enable developers to create multilingual applications by automatically presenting information (for example, help text or error messages) in a user’s native language.
You can create up to 5,000 custom labels for your organization, and they can be up to 1,000 characters in length.To access custom labels, Go To Setup — Create — Custom Labels. Click on New Custom Labels.Enter value for name, value and description. We can use custom label name to access custom label value in apex code using System.Label.labelName
The advantage of using custom label is that label will be displayed to user depending on their language automatically.
Thanks.
-
Hi,
The main Use is –
The values can be translated into any language Salesforce supports. Custom labels enable developers to create multilingual applications by automatically presenting information (for example, help text or error messages) in a user’s native language.
Hope this helps.
Log In to reply.