getBtnUpdateTxt function

String getBtnUpdateTxt()

Implementation

String getBtnUpdateTxt(){
  var text = "Update";
  if(!CommonUtils.defaultEnLanguage){
    text = "更新";
  }
  return text;
}