Multi-Language Support lets you deliver AI agent experiences in your users’ preferred languages. Content uploaded in French, Spanish, German, Italian, or Portuguese is automatically transcribed and summarized in that language, while the SDK interface adapts to match each user’s browser language settings. This means your global users can interact with AI agents in their native language without you building separate experiences for each market.Documentation Index
Fetch the complete documentation index at: https://docs.mindset.ai/llms.txt
Use this file to discover all available pages before exploring further.
Supported Languages
Mindset AI currently supports six languages:- EN - English
- ES - Spanish
- FR - French
- DE - German
- IT - Italian
- PT - Portuguese
How It Works
Multi-Language Support operates through two independent mechanisms that work together to create localized experiences:Content Transcription and Summaries
When you upload content (videos, audio files, or text documents), Mindset AI automatically detects the language of that content and processes it accordingly:- Video and audio files are transcribed in the detected language
- Text files are summarized in their original language
- Segment titles and summaries appear in the content’s language
AgentChat SDK 3 Interface Language
The AgentChat SDK 3 interface adapts to each user’s browser language settings. The AgentChat SDK determines which language to display based on the user’s browser preferences:- The SDK checks the top language in the user’s browser preference list
- If that language is supported, the SDK displays in that language
- If not supported, the SDK checks the next language down the list
- If none of the user’s preferred languages are supported, the SDK defaults to English
How These Work Together
Content language and interface language operate independently:- Content language is determined by the uploaded file itself
- Interface language is determined by the user’s browser settings