How do I localize the AppDescription of Desktop Bridge apps?
I have a UWP application. The project contains the following files:
de-DE\Resources.resw
en-US\Resources.resw
Each file contains a text with the key AppDescription. en-US is set as the default language in Package.appxmanifest.
When submitting to the Partner Center, I can see both languages recognized in the appxupload file.
When I install the UWP app from the store in a German Windows, I can then see the German description for the app.
Now I have a desktop bridge app. Its package project also contains the following files:
de-DE\Resources.resw
en-US\Resources.resw
Each file contains a text with the key AppDescription. en-US is set as the default language in Package.appxmanifest.
However, when submitting to the Partner Center, I can only see the language en-US, which is recognized in the msixupload file. In the Partner Center I have to add the language de-DE as an additional store language afterwards.
If I install the Desktop Bridge app in a German Windows, I can then only see the English description for the app.
What can I do to make the Partner Center recognize the German language file in the msixupload file? How do I get Windows to display the app description in the correct language after installing the app?