Skip to content

Instantly share code, notes, and snippets.

@cwparsons
Created August 9, 2023 23:10
Show Gist options
  • Save cwparsons/d814e28dbf37a2fcd44a1d45b0af92df to your computer and use it in GitHub Desktop.
Save cwparsons/d814e28dbf37a2fcd44a1d45b0af92df to your computer and use it in GitHub Desktop.

ClientSidePages translation error

While trying to provision a translated pnp:ClientSidePage, I got the error:

The web has source language 1033 while the template expects 0

Turns out the original pnp:ClientSidePage needed to have my source language in an LCID attribute, which was missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment