# `interface`  LanguageAwareDataMapperInterface

**Fully Qualified**: [`\Frontastic\Common\ShopwareBundle\Domain\DataMapper\LanguageAwareDataMapperInterface`](../../../../../src/php/ShopwareBundle/Domain/DataMapper/LanguageAwareDataMapperInterface.php)

**Implements**: [`DataMapperInterface`](DataMapperInterface.md)

## Methods

* [setLanguage()](#setlanguage)
* [getLanguage()](#getlanguage)

### setLanguage()

```php
public function setLanguage(
    string $language
): mixed
```

Argument|Type|Default|Description
--------|----|-------|-----------
`$language`|`string`||

Return Value: `mixed`

### getLanguage()

```php
public function getLanguage(): string
```

Return Value: `string`

Generated with [Frontastic API Docs](https://github.com/FrontasticGmbH/apidocs).
