Skip to content

CreateSPList for a non-english site #76

@fannazephyr

Description

@fannazephyr

I have a site set to language Dutch at the time of creation. So Display name of my Document library is "Documents", in URL it is "../Gedeelde%20documenten/Forms/AllItems.aspx", on doing Get-PnPList i get "Documenten" as the internal name.

Problem is i want to update my library of my new site with content types. It works well in English site but not in non -english site. Description is not udpdated nor No Content Types are added.
{
"verb": "createSPList",
"listName": "Documenten",
"templateType": 101,
"subactions": [
{
"verb": "setDescription",
"description": "This is a modified default document library"
}
]
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions