getDownloadTip3 function
Implementation
String getDownloadTip3(){
var text = " to download the file to install once it has been downloaded";
if(!CommonUtils.defaultEnLanguage){
text = " 下载文件后再进行安装";
}
return text;
}
String getDownloadTip3(){
var text = " to download the file to install once it has been downloaded";
if(!CommonUtils.defaultEnLanguage){
text = " 下载文件后再进行安装";
}
return text;
}