Skip to content
New issue

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

Missing function for multi-language #1292

Open
1 task done
raclettierer opened this issue Oct 10, 2023 · 3 comments
Open
1 task done

Missing function for multi-language #1292

raclettierer opened this issue Oct 10, 2023 · 3 comments
Labels
area: model 📐 Related to the core SDK models help wanted Extra attention is needed

Comments

@raclettierer
Copy link

Category

  • Feature request

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

@jansenbe jansenbe added help wanted Extra attention is needed area: model 📐 Related to the core SDK models labels Oct 19, 2023
@jansenbe
Copy link
Contributor

@raclettierer : this functionality indeed was not yet ported. Something to include in the future. Thanks for raising it.

@raclettierer
Copy link
Author

can I implement it or is there a workaround for that?

@jansenbe
Copy link
Contributor

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: model 📐 Related to the core SDK models help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants