var languageContainer = [ { languageId: "it-it", texts: [ { textId: "btnDelete", text: "Elimina" }, { textId: "btnAnnulla", text: "Annulla" }, { textId: "msgCodeConfirmation", text: "Per confermare l\'eliminazione inserire il codice {RandomCode} nel campo sottostante" }, { textId: "lblCode", text: "Codice" }, { textId: "errWrongCode", text: "Il codice inserito non coincide. Operazione annullata" } ] } ];