How to get Siebel Application Language through eScript

var strLang = TheApplication().InvokeMethod("Language");

if (strLang == "ENU")
TheApplication().RaiseErrorText("Application Language is: " + strLang);

if (strLang == "ARA")
TheApplication().RaiseErrorText("Application Language is: " + strLang);
← Back to Home

Comments

Post a Comment