in this topic : https://www.phpdocx.com/en/forum/default/topic/1285 admin noted to chnge file
but that's absolutely not an option since we use multilanguage site wel yes we can create 20 files for each language we use on website but we have no way to include needed one
so is it possible to set phpdocx to use translations from another inc file if it's exists otherwise use default.
so it will be something like this :
$docx->setLanguage('de-DE');
then phpdocx shall use OOXMLResources_de-DE.inc
and if it's not there then use default OOXMLResources.inc