Salaudeen Rajack

Salaudeen Rajack - SharePoint Expert with Two decades of SharePoint Experience. Love to Share my knowledge and experience with the SharePoint community, through real-time articles!

2 thoughts on “SharePoint Online: Change Site Language using PowerShell

  • What is the command to identify the site default language

    Reply
    • Use:
      $Web = Get-PnPWeb -Includes Language
      $Web.Language
      This gets you the language code for the web!

      Reply

Leave a Reply

Your email address will not be published. Required fields are marked *