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
-
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.
![image](https://private-user-images.githubusercontent.com/128070063/375837719-b3e0fee7-b623-4a55-a0c7-3217a48c1807.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMDYxNzUsIm5iZiI6MTczOTIwNTg3NSwicGF0aCI6Ii8xMjgwNzAwNjMvMzc1ODM3NzE5LWIzZTBmZWU3LWI2MjMtNGE1NS1hMGM3LTMyMTdhNDhjMTgwNy5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEwJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMFQxNjQ0MzVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04NTMxNDFmNTE3MDQ1OGJmMTJiMjQ0YTNmZDM2M2QyNmNmNmQxMjEwZjRmODQwNDhiMGJlMDAwMzNiNDhjMjg5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.WsXPzEfR9M-2ZFlPlSxOGx9IywCtaxim82FXiTO6MwY)
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