Skip to content

appx manifest - supported languages #1684

@black-snow

Description

@black-snow

It's great to have some improved appx support for I can drop a lot of custom scripts. Now there's one thing I'm still missing and that's support for listing supported languages in the appx manifest. Currently en-US is the default one and that can't be changed easily. (I'm unpacking the appx, changing the manifest, packing, signing.)

See: https://docs.microsoft.com/en-us/windows/uwp/globalizing/manage-language-and-region#specify-the-supported-languages-in-the-apps-manifest

I'd like to state the supported languages in my build config like:

"appx": {
  "publisher": "...",
  "languages": ["en-US", "de-DE", "FR-fr"]
}

Where the first one's the default language. It should default to en-US.

I'll try to file a PR if you aren't faster ;)

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions