Forum Discussion
New-PnPTenantSite : LocaleId 2057 is not a supported locale.
paulpascha In your answer to the question you refer to a microsoft resource containing the language id's. Locale id's will do more than only change the language, but also formatting etc.
According to https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ms462988(v%3Doffice.15) The locale id of 2057 should enable UK-locale settings.
But I also receive the same error;
New-SPOSite : LocaleId 2057 is not a supported locale.
At line:1 char:1
Micha_Plexsyswhen creating a new site you cannot specify 2057 as the LCID. The LCIDs supported when creating a new site are listed in the article below as part of the SPLanguage class. The SPLocale class exists to support a site's Regional Settings which can be applied after creating the site.
https://docs.microsoft.com/en-us/previous-versions/office/sharepoint-server/ms442852(v=office.15)