(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Language and cognition in adults with developmental language disorder (DLD)
What is it about?
This study explored how different cognitive abilities support language in adults with and without Developmental Language Disorder (DLD). Sixty adults—30 with DLD and 30 without—completed a series of online tasks. These tasks assessed grammar and vocabulary, as well as problem-solving, understanding sentence structure, learning new words, recognizing patterns, and how quickly tasks become automatic with practice.
Why is it important?
Most research on Developmental Language Disorder (DLD) focuses on children, so there are very few studies that explore how DLD affects adults. This study shows that language difficulties often continue into adulthood and suggests that explicit strategies to support grammar and vocabulary may be helpful for adults with DLD. Additionally, the findings highlight that adults with DLD may need more time to process both language and cognitive tasks—something important to consider in education, work, and everyday life.