/**
* @Gedmo\Locale
*/
private $locale = 'pl_PL';
public function setTranslatableLocale($locale)
{
$this->locale = $locale;
}
Listing 24.2. Właściwość $locale oraz metoda setTranslatableLocale() w klasie Entity
Rozdział 24. Zachowanie translatable