adsenseheader

Tuesday, October 15, 2019

Get label value in other than the default language

Hi,

In dynamics365 for operations, you can see labels by default of en-us, when you use the tool "find labels" under Dynamics AX tab.

TO see labels in other languages

public static void main(Args _args)
{
    info(SysLabel::labelId2String(literalstr('@SYS1'), 'en-gb'));
}

Happy Daxing :)

No comments:

Post a Comment