public static string GetLocale() { IWFAdminService svc = Common.GetAdminAPI(); string locale = string.Empty; try { locale = svc.GetLocale(); } catch (Exception ex) { } return(locale); }