Interface
LocalizedExportInfoInterface
Magento\ImportExport\Api\Data\LocalizedExportInfoInterface
What it does
This interface defines a contract for export operations that need to handle locale-specific data formatting, such as dates and numbers.
Developers use this when implementing export functionality that must respect the admin user's locale settings to correctly parse and format values from the admin UI before exporting them.
Public Methods
- getLocale()
- setLocale()