Forum Discussion

tcboeira's avatar
tcboeira
Brass Contributor
Apr 06, 2022
Solved

Change the language of some - or all - Sharepoint Online sites

Hello, Our settings were practically the default system activation, and without a doubt the time for adjustment has arrived... Searching the Internet, in the available documentation, I couldn't f...
  • Vertebre85's avatar
    Apr 06, 2022

    tcboeira 

    Hi
    When a site is created, it's too late to change language. You can only act on the display language, but onedrive and sharepoint, when created can't be changed.  personal experience, our setting was in French and after verification with microsoft support, i had to recreate some of them.

     

    For any new sharepoint site, you can define the language on the Admin of office 365

    or more easily, you create with PNP powershell and add the "LCID" parameter

    New-PnPSite -Type TeamSite -Title <name> -Description <sometext> -Lcid 1033

    I prefer the powershell option to create new site, as i'm sure which language is the default.

     

    To chagne the default language for onedrive site creation, you need to contact microsoft for new account.

Resources