> For the complete documentation index, see [llms.txt](https://docs.senpiper.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.senpiper.com/form-builder/creating-forms/adding-fields-and-saving-a-form/language-settings-for-fields.md).

# Language settings for fields

The **Form Builder** allows you to convert the fields of your form in your preferred language.&#x20;

To covert the form fields into any language other than English,

In [**Basic Details**](https://docs.senpiper.com/form-builder/creating-forms/adding-fields-and-saving-a-form/pages/-MlTKkP5aqISRU3pBTwE#6.-language-settings), under the **Configure Language** section, configure the settings for the language as required.

The **Language Settings** tab is attached for all the [**fields**](/form-builder/creating-forms/adding-fields-and-saving-a-form/default-field-settings.md).

![](/files/qgwfSxSM4WBDQw5F18Xm)

| Field                                    | Description                                                                                                                                                                                                              |
| ---------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Provide conversion for                   | Select the language in which you want to display the form fields                                                                                                                                                         |
| Field Name                               | Enter the translation for the name of field in the selected language                                                                                                                                                     |
| Provide description for the field        | Enter the translation of the description for the field in the selected language                                                                                                                                          |
| Validation Message                       | Enter the translation of the validation message if configured for the field in the selected language                                                                                                                     |
| Provide name of 'add another row' button | <p>Enter the translation for the text that should appear on the 'add another row' button</p><p><em>The <strong>Add another button</strong> is displayed when the you allow multiple data entries for the field</em>.</p> |

### Additional language settings for the Select/Multiselect fields

![](/files/McOGdl8g6ylnxqHBTN9x)

You can provide the translation for the options added in the **Select/Multiselect** fields in the **Add translation** fields against every option.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.senpiper.com/form-builder/creating-forms/adding-fields-and-saving-a-form/language-settings-for-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
