# The translation model ## Example translation Object ```json {\n \"name\": \"Announcements\",\n \"description\": \"Offers, product and feature announcements\",\n \"locale\": \"en\"\n} ``` A translation object contains the localised details of a subscription type. ### Translation Object | Key | Type | Description | | --- | --- | --- | | name | String | The localised name of the subscription type. | | description | String | The localised description of the subscription type. | | locale | String | The two character identifier for the language of the translation object. |