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 config/bundles.php
file.:
<?php
return [
...
FondOfAkeneo\Bundle\ExportConnectorBundle\FondOfAkeneoExportConnectorBundle::class => ['dev' => true, 'test' => true, 'prod' => true]
];