.. rst-class:: outdated Basic Usage =========== .. danger:: We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it. You can help us making documentation up to date via Sylius Github. Thank you! .. code-block:: php setFallbackLocale('en'); $taxonomy->setCurrentLocale('en'); $taxonomy->setName('Root'); $taxon->getName(); //will return 'Root'