New-PnPSite does not create the pages in the proper language #4424
Unanswered
ComputerHabit2
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using the following command:$owners -Title "$ ($alias)" -Alias "$ ($alias)" -SiteAlias "$ ($alias)" -Description "$ ($alias)" -TimeZone UTCPLUS0900_OSAKA_SAPPORO_TOKYO -Lcid 1041 -PreferredDataLocation JPN
New-PnPSite -Type TeamSite -Owners
The site created shows the LCID is 1041 however the HTML pages are all in English.
When creating a site in the admin console it creates the pages properly.
Japanese on Default page.

I saw a reference to a known bug but it's several years old.
pnp/PnP-PowerShell#2618
It seems this issue is still there. Is there a way around it?
Beta Was this translation helpful? Give feedback.
All reactions