I want to get the label of a field in a specific language. This could be done through something like: SysLabel::labelId2String(literalstr('@SYS1'), 'en-us');
But to do so, I need the LabelId of the field, which I don't know how to retrieve.
Can anyone help me on this?