---
title: Machine Translation
type: templates
category: Natural Language Processing
cat: natural-language-processing
order: 225
meta_title: Machine Translation Data Labeling Template
meta_description: Template for providing translations of text with Label Studio for your machine learning and data science projects.
---
If you want to improve existing machine translation capabilities, you want to provide a dataset with robust and accurate translation examples. Use this template to read a text in one language and store a translation in another language.
## Labeling Configuration
```html
```
## About the labeling configuration
All labeling configurations must be wrapped in [View](/tags/view.html) tags.
Use styling on the View tag to place the two text samples and headers side by side:
```xml
```
You can add a [header](/tags/header.html) to provide instructions to the annotator:
```xml
```
Use the Text object tag to specify the text to be translated:
```xml
```
Use the TextArea control tag to provide an editable, required text box to provide a translation of the text, and include a Submit button for annotators:
```xml
```
## Related tags
- [View](/tags/view.html)
- [Header](/tags/header.html)
- [Text](/tags/text.html)
- [TextArea](/tags/textarea.html)