# translatable Field

**URL:** https://forum.shopware.com/t/translatable-field/53159
**Category:** Programmierung
**Created:** [28. Mai 2018 um 17:36 UTC](https://forum.shopware.com/t/translatable-field/53159 "2018-05-28T17:36:59Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![william](https://avatars.discourse-cdn.com/v4/letter/w/b19c9b/32.png) [@william](https://forum.shopware.com/u/william)
#### Post date: [28. Mai 2018 um 17:36 UTC](https://forum.shopware.com/t/translatable-field/53159/1 "2018-05-28T17:36:59Z")

</div>

I want to create new entity with those fields

ID

Name

Description

doctrine will create the table from the Model Class, any idea how i can make the description translatable, I am new in shopware and i do not know how we can achieve this

---

<div class="post-metadata">

### Author: ![shyim](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.shopware.com/shyim/32/7681_2.png) [@shyim](https://forum.shopware.com/u/shyim)
#### Post date: [29. Mai 2018 um 18:16 UTC](https://forum.shopware.com/t/translatable-field/53159/2 "2018-05-29T18:16:45Z")

</div>

Hey,

you have to define in your backend component the fields translateable with a translationType. All translations will be saved then in the table s\_core\_translations, so you can read all translations by type, your record id and shop. In the DI Container is also a service named „translation“ which helps you to read the translations in easy way 🙂

---

<div class="post-metadata">

### Author: ![mafin](https://avatars.discourse-cdn.com/v4/letter/m/ecd19e/32.png) [@mafin](https://forum.shopware.com/u/mafin)
#### Post date: [16. Juli 2018 um 13:04 UTC](https://forum.shopware.com/t/translatable-field/53159/3 "2018-07-16T13:04:00Z")

</div>

Here is a good tutorial:&nbsp;[https://salty.rocks/en/blog/shopwaremodelcontainer-using-translations](https://salty.rocks/en/blog/shopwaremodelcontainer-using-translations)
