Skip to content

The title of a command set is not internationalized #2171

@vincepunkrock

Description

@vincepunkrock

Category

  • Question
  • Typo
  • Bug
  • Additional article idea

Expected or Desired Behavior

I have a List View Command Set Extension and want its title internationalized. To do so, I am declaring it like the following in the **CommandSet.manifest.json file.

"items": { "PROPAGER": { "title": { "default": "Propagate", "fr-ca": "Propager", "fr-fr": "Propager" }, "iconImageUrl": "", "type": "command" } }

The Current UI Culture Name of my site is fr-FR. I would expect to see my Command Set with the title "Propager". All the other texts of my extension are correctly displayed, using the fr-fr.js file.

Observed Behavior

The title of my Command Set is always "Propagate", no matter what.

Steps to Reproduce

Try to internationalize a command set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area:spfxCategory: SharePoint Framework (not extensions related)area:spfx-extensionsCategory: SharePoint Framework Extensionsstatus:fixed-next-dropIssue planned to be fixed in an upcoming release.status:trackedCurrently tracked with Microsoft’s internal issue tracking system. DO NOT ADD/REMOVE (MSFT managed)type:bug-confirmedConfirmed bug, not working as designed / expected.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions