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