Your customer is not going to switch to English. They booked in Spanish, they messaged in Spanish, they expect an answer in Spanish. Most "AI customer support" tools promise 40 languages, but "supports 40 languages" and "actually answers correctly in 40 languages" are different things. Below: what multilingual AI support looks like in practice — and where it still falls short.
What "40+ languages" means in practice
Auto-detect, not menu selection
Old-school translation flows ask the customer to pick a language. The customer never picks. They just type in their own language and expect to be understood. Real multilingual AI detects the language from the first message and responds in it — no menu, no prompt, no friction.
Handles mixed-language messages
Real customers switch mid-message: "Hi, I have a booking mañana at 7pm — got space for 6?" AI needs to parse both languages and reply in the dominant one (usually the one the customer opened with). Getting this right requires modern LLMs, not phrase-based translators.
Doesn't dumb down for less-common languages
A Romanian speaker deserves the same tone + specificity as an English speaker. That's the bar. Most tools default to stilted, translated-sounding output in non-English languages. Modern LLMs (Claude, GPT-4) are much better at this — but only if the prompt + KB are built to support it.
Live walkthrough: same question, 5 languages
Customer question: "Do you have vegetarian options for a party of 6?"
Spanish
"¡Sí! Tenemos opciones vegetarianas — pasta al pesto, ensalada de burrata, risotto de setas + un menú degustación vegetariano de 5 platos. Para 6 personas os recomendaría reservar el menú degustación (48€ por persona). ¿Os la reservo?"
French
"Oui ! Nous avons plusieurs options végétariennes — pâtes au pesto, salade de burrata, risotto aux champignons, et un menu dégustation végétarien 5 plats (48€/pers). Pour 6 personnes, je recommande le menu dégustation. Je vous réserve ?"
German
"Ja! Wir haben mehrere vegetarische Optionen — Pesto-Pasta, Burrata-Salat, Pilz-Risotto und ein vegetarisches 5-Gänge-Menü (48€/Person). Für 6 Personen empfehle ich das Degustationsmenü. Soll ich reservieren?"
Romanian
"Da! Avem mai multe opțiuni vegetariene — paste cu pesto, salată cu burrata, risotto cu ciuperci și un meniu degustare vegetarian de 5 feluri (48€/pers). Pentru 6 persoane recomand meniul degustare. Vă rezerv?"
Arabic (RTL)
"نعم! لدينا عدة خيارات نباتية — باستا بيستو، سلطة بوراتا، ريزوتو بالفطر، وقائمة تذوق نباتية من 5 أطباق (48€ للشخص). لـ6 أشخاص أنصح بقائمة التذوق. أحجز لكم؟"
Same source-of-truth (your menu KB with allergens + prices). Same intent. Five different languages, five different tones — because the LLM knows Spanish reads casual + friendly, German reads polite + precise, Arabic reads formal + welcoming.
The gotchas nobody talks about
Transliteration
Cyrillic → Latin transliteration ("prosto" for "просто") confuses old models. Modern LLMs handle it; older phrase-based translators don't. If you sell in the Balkans or Eastern Europe, test with mixed-script messages before you commit.
Cultural nuance
In Japanese, business communication defaults to keigo (formal). In Portuguese, tú vs. você matters. In Italian, "buonasera" is only after 5pm. A KB in English + an LLM does 80% of this right without help — you'll want to hand-tune the last 20% for each key market.
Honorifics + names
German umlauts, Arabic naming conventions, Chinese surname-first — modern LLMs handle these confidently. Watch out for tools that "transliterate" names into ASCII — that reads as sloppy in every market that uses their own script.
Which languages are best vs. still-improving
Rock-solid: English, Spanish, French, Italian, German, Portuguese, Dutch, Romanian, Polish, Russian, Ukrainian, Turkish, Arabic, Hebrew, Japanese, Korean, Chinese (simplified + traditional), Vietnamese, Indonesian, Hindi.
Good, occasional weirdness: Bulgarian, Serbian, Croatian, Slovak, Czech, Hungarian, Greek, Bengali, Punjabi, Thai, Tagalog.
Still improving: Swahili, Amharic, Zulu, Kazakh, Uzbek. Answers come out right most of the time; occasional cultural tone-deafness. Test before you commit to a market that speaks primarily one of these.