getDownloadTip1 function
Implementation
String getDownloadTip1(){
var text = "Failed to download the installation package, please retry or click ";
if(!CommonUtils.defaultEnLanguage){
text = "下载安装包失败,请重试或单击 ";
}
return text;
}
String getDownloadTip1(){
var text = "Failed to download the installation package, please retry or click ";
if(!CommonUtils.defaultEnLanguage){
text = "下载安装包失败,请重试或单击 ";
}
return text;
}