getDownloadTip2 function
Implementation
String getDownloadTip2(){
var text = "the link";
if(!CommonUtils.defaultEnLanguage){
text = "链接";
}
return text;
}
String getDownloadTip2(){
var text = "the link";
if(!CommonUtils.defaultEnLanguage){
text = "链接";
}
return text;
}