getDownloadTip2 function

String getDownloadTip2()

Implementation

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