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
2023-05-22 04:20:08 +02:00
2021-09-23 10:34:06 +02:00
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
2023-05-22 04:20:08 +02:00
## Internationalization / i18n
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
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)
2024-09-03 23:05:47 +07:00
- Indonesian (id)
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)
2023-06-16 18:35:03 +03:00
- Bulgarian (bg)
2023-07-20 01:40:45 -03:00
- Portuguese (pt)
2023-07-12 10:41:50 +02:00
- Macedonian (mk)
2023-11-08 07:55:41 +01:00
- Czech (cs)
2023-11-22 15:35:21 +01:00
- Russian (ru)
- Dutch (nl)
2024-06-15 15:45:19 +02:00
- Swedish (sv)
2024-10-11 11:00:50 +02:00
- Hungarian (hu)
2024-12-02 22:11:31 +09:00
- 한국어 (ko)
2025-03-04 18:09:21 +01:00
- Romanian (ro)
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
2023-12-07 13:31:01 +01:00
A language is displayed based on your agent's language header.
If a users language header doesn't match any of the supported or [restricted ](#restrict-languages ) languages, the instances default language will be used.
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.
2023-12-07 13:31:01 +01:00
## Restrict Languages
If you only want to enable a subset of the supported languages, you can configure the languages you'd like to allow using the [restrictions API ](./restrictions.md ).
The login UI and notification messages are only rendered in one of the allowed languages and fallback to the instances default language.
Also, the instances OIDC discovery endpoint will only list the allowed languages in the *ui_locales_supported* field.
2024-03-06 11:36:04 +01:00
All language settings are also configurable in the consoles *Languages* default settings.
2023-12-07 13:31:01 +01:00
