Suppose we are doing customization or new development from scratch. We need labels for our control, forms, fields for display caption or titles.
So first step is to create it by adding new item in Visual studio.
Name it as required,
Select language. I select the English “US”
Make it finish
As a result new label file is created in visual studio solution
Click on file and add values through editors.
Labels created here can be search at control, field, EDT and Enum can be searched and used
After creating labels file in project you find button in labels.
Search and selected required label
It is not recommend to create a new label for every field instead search and use label. For example for “Description” search and use existing one.
Something similar appear when I searched “Description”.
It shows all possible labels
You can add labels in label file using text editor. For example I write AL0005 in text editor.
On saving, On opening label editor I found something similar.