It would help to effectively use spell checkers for text written not in English.
Update:
As far as I understand its possible to do via Styles editing (in Word), but it's only allowed to ParagraphFormat + font settings in python-docx.
For a temporary fix by altering the properties in an oxml element object to set the language in the text you may have a look into this answer on Stack Overflow.
I would like to ask
Something like
It would help to effectively use spell checkers for text written not in English.
Update: As far as I understand its possible to do via Styles editing (in Word), but it's only allowed to
ParagraphFormat
+ font settings in python-docx.