Label filed contains the description for each defined language. And it will automatically displayed in user's language on the forms (for reports it can be changed by code). But if you want to get that label's decription other than user's language. You will need to use below command that returns description that in given parameter languageId.
syslabel::labelId2String(literalstr('@LabelId'),'LanguageId')
No comments:
Post a Comment