---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.3
alternate:
  - https://divkit.tech/docs/en/concepts/divs/2/div-fixed-translation.md
  - https://divkit.tech/docs/ru/concepts/divs/2/div-fixed-translation.md
---
> **Documentation Index:** Fetch the complete configuration index at https://divkit.tech/docs/en/llms.txt

# div-fixed-translation
Fixed coordinates of the translation.

## Parameters
| Parameters | Description |
| --- | --- |
| `type` | <p>**string**</p><p>Required parameter.</p><p>The value must always be `translation-fixed`.</p><p>Available platforms: web.</p> |
| `value` | <p>**int**</p><p>Required parameter.</p><p>Coordinate value.</p><p>Available platforms: web.</p> |
| `unit` | <p>**string**</p><p>Measurement unit. To learn more about units of size measurement, see [Layout inside the card](../../layout).</p><p>Possible values: `dp`, `sp`, `px`.</p><p>Default value: `dp`.</p><p>Functionality is under development.</p> |

<details>
<summary>JSON</summary>

```json
{
  type*: "translation-fixed",
  unit: "string",
  value*: "int"
}
```
</details>
