pixelpusher
Well-known
If you can edit src/config.php and put this in, that might do it:
See the last posts in this thread: Lack of interest - A way to set a Accept-language header when unfurl'ing - Embedded links now use server's language
PHP:
$config['http']['headers'] = [
'Accept-Language' => 'en-us, en-gb;q=0.8, en;q=0.7'
];
See the last posts in this thread: Lack of interest - A way to set a Accept-language header when unfurl'ing - Embedded links now use server's language