Here is the X++ code to find the current language
static void main(Args _args)
{
info(companyinfo::languageId());
// user
info(new xInfo().language());\
// system
info(SystemParameters::getSystemLanguageId());
}
Display Method: The display method means that the method’s return value is being displayed on a form or a report. This value is fixed and c...
No comments:
Post a Comment