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 editor.
Search and used in control.
After creating labels file in project you find button in label property on control.
Search and selected required label
It is not recommend to create a new label for every field, instead search and use existing 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, it will very similar to created by label editor.

Like
Report










*This post is locked for comments