getBtnIgnoreTxt function

String getBtnIgnoreTxt()

Implementation

String getBtnIgnoreTxt() {
  var text = "Ignore";
  if (!CommonUtils.defaultEnLanguage) {
    text = "忽略";
  }
  return text;
}