16-07-21 10:56 AM
19-07-21 03:06 AM
28-07-21 10:02 AM
string myLanguage = Language;
InputLanguage.CurrentInputLanguage=InputLanguage.FromCulture(new System.Globalization.CultureInfo(myLanguage));
Code works fine in Process Studio
Regardless my experiments with the sleep usage it still doesn't work. Seems that when the CRM is running somehow is blocking it. I tried detaching CRM but still didn't work.