diff --git a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js
index 656d24e1d7eab64d26ad7781ba22c9ab3cc165a2..d356c25a42ac666f57272596da429d9afa741fd1 100644
--- a/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js
+++ b/entity/QuickEntry_entity/recordcontainers/jdito/onInsert.js
@@ -55,7 +55,7 @@ if (rowdata["LASTNAME.value"])
         "CONTACTID": rowdata["PERSON_CONTACT_ID.value"],
         "ORGANISATION_ID": organisationId,
         "STATUS" : $KeywordRegistry.contactStatus$active(),
-        "ISOLANGUAGE": rowdata["ISOLANGUAGE.value"]
+        "LANGUAGE": rowdata["ISOLANGUAGE.value"]
     });
     
     entities.createRow(configPer);