We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To support multiple languages, we need the ability to translate the fields, content types and lists. This option is available with PNP Powershell
Similar funktion like $fNameDe = $field.TitleResource.GetValueForUICulture('de-DE') $fNameEn = $field.TitleResource.GetValueForUICulture('en-US')
$ct.NameResource.SetValueForUICulture('de-DE', 'Community DE') $ct.NameResource.SetValueForUICulture('en-EN', 'Community EN')
The text was updated successfully, but these errors were encountered:
@raclettierer : this functionality indeed was not yet ported. Something to include in the future. Thanks for raising it.
Sorry, something went wrong.
can I implement it or is there a workaround for that?
@raclettierer : would love it if you could work on that, at the moment I'm too busy to be able to spent the cycles for this.
No branches or pull requests
Category
Describe the feature
To support multiple languages, we need the ability to translate the fields, content types and lists. This option is available with PNP Powershell
Describe the solution you'd like
Similar funktion like
$fNameDe = $field.TitleResource.GetValueForUICulture('de-DE')
$fNameEn = $field.TitleResource.GetValueForUICulture('en-US')
$ct.NameResource.SetValueForUICulture('de-DE', 'Community DE')
$ct.NameResource.SetValueForUICulture('en-EN', 'Community EN')
Additional context
The text was updated successfully, but these errors were encountered: