Apply Custom Text Changes to Multiple Languages Simultaneously

Overview

This article provides a method to apply custom text changes to multiple languages on the Universal Login screen. When modifying text, the changes only apply to the currently selected language, and the default text reappears when switching to a different language.

Applies To

  • Custom Text Customization

Solution

An efficient method to apply text changes to all languages is to use the management API.

  1. Use the Update custom text for a prompt endpoint to update the text for a specific language and prompt.
  2. In the request, select the desired language and prompt, then use a request body similar to the following example:
{
  "login": {
    "title": "Bienvenue dans notre application de démonstration !",
    "description": "Connectez-vous pour explorer nos fonctionnalités."
  }
}