var strLang = TheApplication().InvokeMethod("Language");
if (strLang == "ENU")
TheApplication().RaiseErrorText("Application Language is: " + strLang);
if (strLang == "ARA")
TheApplication().RaiseErrorText("Application Language is: " + strLang);
if (strLang == "ENU")
TheApplication().RaiseErrorText("Application Language is: " + strLang);
if (strLang == "ARA")
TheApplication().RaiseErrorText("Application Language is: " + strLang);
Comments
Post a Comment