i18n for your model in just 1 line

Comparing #3 with #6

Tags

i18n

Content

A simple trick to get the localized version of a fimodeld from you modield is to add this little functionmethod to your models.


```php
[...]
public function getNameLocalized()
[...]