We use the OpenXML SDK to substitute certain words in a docx document with new text.
The substitution text is of the rtf-format, so we use altchunks to perform this substitution.
For some reason this seems to have an effect on the spellcheck in the final document.
I would like to know if there is an option to iterate through all elements of the document
and simply (re-)enable spellcheck in the correct language (dutch).
kind regards