Share via


SysLabel::labelIds2Strings Method [AX 2012]

Translates a set of label IDs into their corresponding values.

Syntax

client server public static Map labelIds2Strings(List _labelsToTranslate, [LanguageId languageId])

Run On

Called

Parameters

  • _labelsToTranslate
    Type: List Class
    A List object containing label IDs for which the corresponding values need to be looked up.

Return Value

Type: Map Class
A Map object of strings, which contains the label ID as the key and the translated label value in the target language as the value.

Remarks

If a label translation is not found, the corresponding value in the returned Map object will be the exact string that was passed in the input List object.

See Also

Reference

SysLabel Class