Change the web interface language for all users M365

Danissimode 40 Reputation points
2023-08-16T13:28:31.45+00:00

I need to change the web interface language for users of Microsoft 365 services. (excel, word outlook, onedrive .....) How to do it centrally in admin panel or PowerShell?

Microsoft 365 and Office Install, redeem, activate For business Windows
{count} votes

2 answers

Sort by: Most helpful
  1. patrickmeeuwis 400 Reputation points
    2023-08-16T20:50:48.0833333+00:00

    Hi @danil, are you looping for a script like this? Keep in mind to search and add your language and timezone?

    Get-mailbox -ResultSize unlimited | Set-MailboxRegionalConfiguration -Language nl-nl -TimeZone "W. Europe Standard Time" -LocalizeDefaultFolderName
    

  2. Danissimode 40 Reputation points
    2023-08-17T12:10:38.54+00:00
    these settings do not change the language in Excel
    

    User's image

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.