---
title: Localization of forms
description: You can add translatable keys for any user-facing text in your forms, including the input field labels, button labels, and rich text. After adding these keys, the text can be translated based on the end user's browser settings for preferred languages.
component: pingone-api
page_id: pingone-api:platform:reference/localization/forms
canonical_url: https://developer.pingidentity.com/pingone-api/platform/reference/localization/forms.html
---

# Localization of forms

You can add translatable keys for any user-facing text in your forms, including the input field labels, button labels, and rich text. After adding these keys, the text can be translated based on the end user's browser settings for preferred languages.

The form resource includes a `languageBundle` property that provides a map of i18n keys to their translations. This object includes both the keys and their default translations. The PingOne language management service finds this object and creates the new keys for translation for this form.

After you have added translatable keys, you must configure which languages are enabled for translation (refer to [Language Management](../../language-management.html)).

For more information, refer to [Forms](../../forms.html).
