Browse all topics

Multi-language Microsoft 365 tenant setup

How to support multiple languages across a Microsoft 365 tenant — UI, content, communications, and accessibility.

For multinational organisations, supporting employees in multiple languages affects every Microsoft 365 surface. The default English-only experience excludes non-English speakers; thoughtful multi-language setup makes the tenant genuinely usable for everyone.

Microsoft 365 user-language settings

Each user has a preferred display language affecting the UI of Microsoft 365 apps:

  • Set in Microsoft 365 Settingsmyaccount.microsoft.com → Language preferences.
  • Or via Entra ID as a user attribute — preferredLanguage.
  • Synced from HR if available — language follows the user automatically.

Languages supported include 60+ — most major European, Asian, and other languages with active Microsoft localisation.

Outlook / mail

User-language preferences affect:

  • Outlook UI language.
  • System-generated emails (welcome, password reset, etc.) — sent in the user's preferred language where supported.
  • Microsoft 365 admin centre branding for the user.

For organisational emails — internal newsletters, leadership communications, etc. — language is the sender's choice; multi-lingual orgs typically send the same content multiple times in different languages or use machine translation.

Teams

Teams UI follows user preference. Specific scenarios:

  • Meeting captions — live captions available in many languages.
  • Live translation in meetings (Teams Premium) — translated captions per attendee.
  • Translator for messages — translate chat messages on demand.
  • Walkie Talkie is voice-based; language is the speaker's.

SharePoint multilingual sites

Sites can have multiple language variants with translated pages:

  • Primary language of the site.
  • Alternative languages enabled per site.
  • Per-page translations — each page authored separately.
  • Navigation translations at hub and site levels.

Configure per site in Site information → Language settings. AI-translation drafts (via Microsoft Translator integration) provide starting points; humans refine.

For tenant-wide intranet, multilingual hub sites are how a multinational organisation delivers a consistent intranet experience across languages.

Office app language packs

For installable Office apps, language packs are configured via Office Deployment Tool:

<Add OfficeClientEdition="64" Channel="MonthlyEnterprise">
  <Product ID="O365ProPlusRetail">
    <Language ID="en-us" />
    <Language ID="fr-fr" />
    <Language ID="de-de" />
    <Language ID="es-es" />
    <Language ID="ja-jp" />
  </Product>
</Add>

Users get all configured languages installed; their preferred language is determined by Windows / system settings.

Forms and surveys

Microsoft Forms doesn't natively support multilingual forms, but workarounds exist:

  • Build separate forms per language.
  • Use response-based branching for language selection at the start.
  • Use Power Automate to route by language.

Viva Glint and other engagement-survey tools have proper multilingual support built in.

Internal communications

For multinational employee communications:

  • Viva Connections can be multilingual via the underlying SharePoint home site.
  • Viva Engage community posts are typically in the community's primary language; users translate via Translator.
  • Email blasts to multilingual audiences typically have multiple language versions.

Some considerations specific to regulated multinationals:

  • Privacy notices must be in users' languages — GDPR / similar regulations.
  • Terms of use documents (configurable in Entra ID Conditional Access) must be available in users' languages.
  • Mandatory training — multilingual training content for compliance scenarios.

Practical setup

For a multinational organisation:

  1. Survey languages actually spoken across the workforce. Often 80% of users use 3–5 languages.
  2. Set Entra ID preferredLanguage for every user, synced from HR.
  3. Test the experience — sign in as users in different languages, verify UI translates correctly.
  4. Deploy multilingual Office via ODT or Intune.
  5. Set up multilingual intranet for top languages.
  6. Translate mandatory documents — privacy notices, terms of use, key training.
  7. Train internal communicators to author in the right language for the audience.

Operational considerations

  • AI translation isn't perfect — review translations especially for legally-significant content.
  • Cultural adaptation matters beyond translation — localisation, not just translation.
  • Time zones matter alongside language — meeting scheduling, communications, etc.
  • Accessibility in different languages — screen readers, captions, font support.

For multinational tenants serious about employee experience, multilingual setup is one of those investments that's invisible when done well and obviously broken when not. The work is moderate; the payoff is durable.