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