FOND OF bundle to export products with localized attribute option labels.
Install bundle with composer:
composer require fond-of-akeneo/export-connector-bundle:VERSION_CONSTRAINT
Enable the bundle in app/AppKernel.php file, in the registerBundles function, before the line return $bundles:
$bundles[] = new FondOfAkeneo\Bundle\ExportConnectorBundle\FondOfAkeneoExportConnectorBundle();