Last active
September 19, 2017 21:49
-
-
Save georgechang/045ac7c80393925a567b4647a84dc810 to your computer and use it in GitHub Desktop.
SPE - Create new language versions of items and copy the contents from the source language
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Get-ChildItem "/sitecore/content/home" -Recurse | % { Add-ItemLanguage $_ -Language "en" -TargetLanguage "en-GB" -IfExist Over } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment