Skip to content

Instantly share code, notes, and snippets.

@pkbullock
Last active October 17, 2018 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pkbullock/43406a911582bb5e28149d6d73877421 to your computer and use it in GitHub Desktop.
Save pkbullock/43406a911582bb5e28149d6d73877421 to your computer and use it in GitHub Desktop.
Get Supported Language Codes
# Simple script to get the installed languages in SharePoint Online
Connect-PnPOnline -Url "https://<mytenant>.sharepoint.com"
(Get-PnPWeb -Includes RegionalSettings.InstalledLanguages).RegionalSettings.InstalledLanguages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment