How to change O365 language (ex: SharePOint online and Onedrive) to English for all users

Amit Dimri 51 Reputation points
2022-04-21T11:20:24.373+00:00

How to change O365 language (ex: SharePOint online and Onedrive) to English for all users

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,680 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Xuyan Ding - MSFT 7,561 Reputation points
    2022-04-22T08:51:59.49+00:00

    Hi @Amit Dimri

    You could bulk set the language for all users in O365 by using following PowerShell command.
    get-mailbox -ResultSize unlimited | Set-MailboxRegionalConfiguration -Language 1033
    Note: The Language ID is a number that corresponds to the correct language type. For example “1033” is English (United States).

    For Reference: Office 365: Bulk set Language and Time Zone for all users in Office 365
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.