LogoLogo
  • 👋START HERE
    • Welcome!
  • â„šī¸General
    • Release Notes
      • Full Feature Base Template
      • Services
      • Rule-based Automation
        • February 2025
        • January 2025
        • December 2024
        • November 2024
        • October 2024
        • September 2024
        • August 2024
        • July 2024
        • June 2024
        • May 2024
        • April 2024
        • March 2024
        • February 2024
        • January 2024
        • 2023
        • 2022
        • 2021
        • Dialog Design Update
    • Glossary of Terms
    • Authentication Methods
      • SSO (Single Sign-On)
      • Built-In User Management
    • Acceptable Use Policy
  • âš™ī¸Rule-based Automation
    • Overview
      • Account Settings
        • Profile
        • Team
        • Roles and Permissions
          • User Management
          • Project Permissions
      • Basic Concepts
        • Project Management
        • Version Management
        • Multi-Lingual Bots
          • Supported Languages
        • Managing User Interactions
          • Unexpected User Input
          • No User Input
    • Dialog Interface
      • Blocks
        • Conversation Logic
          • Start Conversation
          • Global
          • State
          • Intermediate Response
          • To Previous State
          • End Conversation
        • Subdialog
          • Reusable Subdialogs
        • Phone
          • Continue Listening
          • Call Control
        • Technical Logic
          • Service
          • Condition
          • Storage
        • Other
          • Note
      • Speech Assets
        • Intents
          • Utterances
          • Descriptions
        • Slots
          • Custom Slots
            • List Slots
            • Machine Learning Slots
            • Regex Slots
            • LLM Slots
          • Prebuilt Slots
            • DTMF Slot
        • Text Snippets
        • Dictionary
      • Variables
        • Intents
        • Slots
        • Storage
        • Text Snippets
        • Environments
        • Platform
        • Context
      • Services
        • Service Integration Guide
        • Service Development
        • Service Branches and Error Handling
        • Public Services
          • Date and Birthdate Recognition
          • Spelling Post-Processing for Phone
          • IBAN Validation
          • License Plate Validation
          • Address Search
          • Street Names per Postal Code
          • Email Service
          • SMS Service
          • API Adapter
          • Salesforce-Flow Connector
          • Opening Hours
          • Speech-to-Text Hints
          • Fuzzy Match Names
          • Delay Service
      • Debugger
        • Phone 2
        • WhatsApp
        • Textchat 2
    • Environments Interface
      • Service Keys
    • Deployments Interface
      • Creating a Release
      • Editing a Release
    • Text-to-Speech
      • Azure
      • ElevenLabs
      • OpenAI via Azure (Preview)
      • SSML
        • Audio
        • Break
        • Emphasis
        • Prosody
        • Say-as
        • Substitute
        • Paragraph and Sentence
        • Voice
    • Autocomplete
    • Parloa APIs
      • CallData Service and API
      • Conversation History API
      • Textchat V2 API
    • Phone Integrations
      • Genesys Cloud
        • Setting up the SIP Trunk
        • Sending/Receiving UUI Data
        • Creating a Script to Display UUI
      • SIP
      • Tenios
        • Setting Up an Inbound Connection
        • Setting Up an Outbound Connection
        • Transferring a Call
      • Twilio
      • Public IPs and Port Information
    • AI Integration Overview
      • Dual Intent Recognizer (DIR)
      • Dual Tone Multifrequency (DTMF) Intent
    • Analytics and Debugging
      • Understanding Conversations and Transactions
      • Managing Caller ID Data
      • Hangup Events and Triggered Analytics
      • Analytics Transactions: Data Structure and Insights
      • Dialog Analytics
      • Audit Logs
      • Parloa-hosted Analytics
    • Data Privacy
      • Anonymizing Personally Identifiable Information
    • NLU Training
      • NLU Training Best Practices
    • How To
      • Create a Scalable and Maintainable Bot Architecture
      • Implement OnError Loop Handling
      • Resolve the 'Service Unavailable' Error
    • Reference
      • Parloa Keyboard Shortcuts
      • Frequently Asked Questions (FAQ)
      • JavaScript Cheat Sheet
        • Using Regular Expressions (Regex)
  • 🧠Knowledge Skill
    • Introduction
    • Knowledge Collections
    • Knowledge Sources
    • Knowledge Skill Setup
      • Step 1 – Create a Knowledge Skill Agent
      • Step 2 – Configure a Knowledge Skill Agent
      • Step 3 – Configure a Knowledge Skill Agent
Powered by GitBook
On this page
  • Selecting a Language for an Existing Project
  • Adding an Additional Language
  • Language-Specific Translations
  • Platform Responses and User Intents
  • Text Snippets
  • Speech Assets

Was this helpful?

Export as PDF
  1. Rule-based Automation
  2. Overview
  3. Basic Concepts

Multi-Lingual Bots

PreviousVersion ManagementNextSupported Languages

Last updated 1 year ago

Was this helpful?

Selecting a Language for an Existing Project

When a project lacks an assigned language, you'll be prompted to choose a starting language upon project launch.

Select a Starting Language

To set a project's language:

  1. Open an existing project.

  2. Click on the Starting Language dropdown menu.

  3. Select your desired language.

  4. Click Add Language button.

Adding an Additional Language

You can add an additional language to your project by following the steps below:

  1. Click on the language dropdown menu:

  2. Choose the language you want to add to your project (for instance, English (en-US)).

  3. Click the Add button to incorporate the selected language into your project.

Language-Specific Translations

The project's graph structure remains consistent across languages, indicating that the overarching structure does not vary with different languages. However, it is crucial to understand the consequences of elements that are not translated:

  • Untranslated Response – If a response is not translated, it will result in no output during a conversation.

  • Untranslated Text Snippet – If a text snippet is not translated, it can lead to a broken output, potentially disrupting user interactions.

  • Untranslated Intent/Utterances – If intents or utterances are not translated, they compromise the speech model, leading to inefficient or erroneous recognition.

Platform Responses and User Intents

However, the Response content must be translated:

Text Snippets

Speech Assets

Changing your bot's language impacts the Intents and Slots sections.

When you change the language of the dialog, the Name field remains consistent across all languages.

The Utterances field, on the other hand, will be empty and will require you to fill it with translated content.

When you change the language of the dialog, the Name field remains consistent across all languages.

The Values field, on the other hand, will be empty and will require you to fill it with translated content.

Click on the to reveal additional language selection options. You will see a list of available languages:

In the and block and all blocks incorporating the Response element structure—including and —the Response and Intent elements remain the same.

Certain blocks, such as and speech, are not designed for translation. For these cases, you can use a instead.

The Name field remains the same, but the Text Pool field can be translated:

âš™ī¸
Start Conversation
State
To Previous State
End Conversation
Intermediate Responses
Call Control
text snippet
Text Snippets
Language Dropdown Menu
Add Language Dropdown Menu
Responses and Intents
Test Snippets
Speech Assets – Intents
Speech Assets – Slots