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 :)
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