getRetryTxt function
Implementation
String getRetryTxt(){
var text = "Retry";
if(!CommonUtils.defaultEnLanguage){
text = "重新下载";
}
return text;
}
String getRetryTxt(){
var text = "Retry";
if(!CommonUtils.defaultEnLanguage){
text = "重新下载";
}
return text;
}