appx manifest - supported languages
See original GitHub issueIt’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.)
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 😉
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
Supported languages - Windows apps - Microsoft Learn
List of supported languages ; Amharic, am, am-et ; Armenian, hy, hy-am ; Assamese, as, as-in ; Azerbaijani, az-arab, az-arab-az, az-cyrl, az-cyrl-az ...
Read more >Windows store supported languages - Stack Overflow
I've uploaded a windows 10 app to the windows store. I've seen that under supported languages is just german, but in my Package.appxmanifest...
Read more >Resolved - WSA Build - Languages supported by your packages
Hi! I'm creating a build for WSA for Windows Store 10 and XBOX. I support several languages but on my build from Unity,...
Read more >How to translate a PWA app manifest - DEV Community
As of October 2022, there's no native way to localize properties of the web app manifest in multiple languages. Although there's been an ......
Read more >Per-app language preferences - Android Developers
Your app must declare the android:localeConfig attribute in your app's manifest to tell the system that it supports multiple languages.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
BTW, so disappointing that we cannot run makeappx on mac/linux 😦
@develar You’re welcome. I’ll be writing my thesis the next couple weeks so, sadly, I won’t be looking into appx tests.