Current language D365FO
static void main(Args _args)
{
info(companyinfo::languageId());
// user
info(new xInfo().language());
// system
info(SystemParameters::getSystemLanguageId());
}
Virtual Field: A virtual field in D365FO is a field that doesn't have a direct representation in the database. It's a field that y...