2021-09-23 10:34:06 +02:00
---
title: Customized Texts
---
2022-05-16 14:00:33 +02:00
You are able to customize the texts used from ZITADEL. This is possibly on the instance or organization level.
2021-09-23 10:34:06 +02:00
## Message Texts
Sometimes the users will get an email or phone message from ZITADEL (e.g Password Reset Request).
ZITADEL already has some good standard texts, but maybe you would like to customize it for your organization.
Go to the message text policy on your organization and you will find the different kinds of messages that are sent from ZITADEL.
Choose the template and the language you like to edit.
You can now change all the texts from a message.
As soon as you click into a input field you will see some attribute chips below the field.
These are the parameters you can include on this specific message.

## Login Texts
Like the message texts you are also able to change the texts on the login interface.
First choose the screen and the language you like to edit.
You will see the default texts in the input field and you can overwrite them by typing into the box.

## Reset to default
feat: add it-IT to internationalization (#2439)
* login it
* deepl translations, corrections
* login, en typos
* it internal, typo fixes
* message texts, optim console texts, guide for internationalization
* missing console, fix de, en
* Add missing keys from main
* translate missing keys
* add it to console selection, change it policy descriptors
* add missing i18n from jwt idp, fixes
* add missing translations
* missing translations
* fix
* auth user language change, interceptor
* remove multiline operator
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-11-15 08:23:35 +01:00
2021-09-23 10:34:06 +02:00
If you don't like your customization anymore click the "reset policy" button.
All your settings will be removed and the default settings of the system will trigger.
feat: add it-IT to internationalization (#2439)
* login it
* deepl translations, corrections
* login, en typos
* it internal, typo fixes
* message texts, optim console texts, guide for internationalization
* missing console, fix de, en
* Add missing keys from main
* translate missing keys
* add it to console selection, change it policy descriptors
* add missing i18n from jwt idp, fixes
* add missing translations
* missing translations
* fix
* auth user language change, interceptor
* remove multiline operator
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-11-15 08:23:35 +01:00
## Internationalization
2022-05-24 09:47:38 +02:00
ZITADEL is available in the following languages
feat: add it-IT to internationalization (#2439)
* login it
* deepl translations, corrections
* login, en typos
* it internal, typo fixes
* message texts, optim console texts, guide for internationalization
* missing console, fix de, en
* Add missing keys from main
* translate missing keys
* add it to console selection, change it policy descriptors
* add missing i18n from jwt idp, fixes
* add missing translations
* missing translations
* fix
* auth user language change, interceptor
* remove multiline operator
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-11-15 08:23:35 +01:00
2022-05-24 09:47:38 +02:00
- German (de)
2023-03-22 15:30:46 +09:00
- English (en)
2023-04-14 15:53:19 +02:00
- Spanish (es)
2022-07-06 15:40:11 +02:00
- French (fr)
2023-03-22 15:30:46 +09:00
- Italian (it)
- 日本語 (ja)
2023-02-13 12:03:34 +01:00
- Polish( pl)
2023-03-22 15:30:46 +09:00
- 简体中文( zh)
feat: add it-IT to internationalization (#2439)
* login it
* deepl translations, corrections
* login, en typos
* it internal, typo fixes
* message texts, optim console texts, guide for internationalization
* missing console, fix de, en
* Add missing keys from main
* translate missing keys
* add it to console selection, change it policy descriptors
* add missing i18n from jwt idp, fixes
* add missing translations
* missing translations
* fix
* auth user language change, interceptor
* remove multiline operator
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-11-15 08:23:35 +01:00
2022-05-24 09:47:38 +02:00
A language is displayed based on your agent's language header. The default language is English.
feat: add it-IT to internationalization (#2439)
* login it
* deepl translations, corrections
* login, en typos
* it internal, typo fixes
* message texts, optim console texts, guide for internationalization
* missing console, fix de, en
* Add missing keys from main
* translate missing keys
* add it to console selection, change it policy descriptors
* add missing i18n from jwt idp, fixes
* add missing translations
* missing translations
* fix
* auth user language change, interceptor
* remove multiline operator
Co-authored-by: Livio Amstutz <livio.a@gmail.com>
2021-11-15 08:23:35 +01:00
2022-07-29 10:13:45 +02:00
If you need support for a specific language we highly encourage you to [contribute translation files ](https://github.com/zitadel/zitadel/blob/main/CONTRIBUTING.md ) for the missing language.