How do I localize the AppDescription of Desktop Bridge apps?

Heiko 1,286 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,795 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,030 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,108 questions
{count} votes

Accepted answer
  1. Junjie Zhu - MSFT 19,646 Reputation points Microsoft Vendor
    2024-11-25T08:30:52.0066667+00:00

    Hello @Heiko ,

    To summarize this issue. If anyone has the same problem and comes to this page, please first check whether you have created the resource file according to the steps in the official documentation.

    https://learn.microsoft.com/en-us/windows/uwp/app-resources/localize-strings-ui-manifest

    Create a Resources File (.resw) for the default language.

    1. Under your project node, create a new folder and name it Strings.
    2. Under Strings, create a new sub-folder and name it en-US.
    3. Under en-US, create a new Resources File (.resw) (under the XAML file types in the Add New Item dialog) and confirm that it is named Resources.resw.

    Thank you.


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.


0 additional answers

Sort by: Most helpful

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.