How do I localize the AppDescription of Desktop Bridge apps?

Heiko 1,261 Reputation points
2024-11-13T13:08:33.4966667+00:00

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?

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,788 questions
Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
1,019 questions
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
11,041 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.