Listing 24.2. Właściwość $locale oraz metoda setTranslatableLocale() w klasie Entity
/**
 * @Gedmo\Locale
 */
private $locale = 'pl_PL';

public function setTranslatableLocale($locale)
{
    $this->locale = $locale;
}