resources for language

Maksym Kuziv 116 Reputation points
2021-04-08T17:16:15.063+00:00

I add the languages I need to the manifest, but when I release and check it, unfortunately there is only English. Has anyone encountered this problem?

85807-manifest.png85808-release-manifest.png

Developer technologies Universal Windows Platform (UWP)
{count} votes

1 answer

Sort by: Most helpful
  1. Nico Zhu (Shanghai Wicresoft Co,.Ltd.) 12,866 Reputation points
    2021-04-09T06:24:31.637+00:00

    Hello, Welcome to Micorosoft Q&A,

    In general, we often set Language as x-generate like the following in the package manifest file.

     <Resource Language="x-generate"/>  
    

    Each time Visual Studio produces your built app package manifest file (AppxManifest.xml), it expands that single Resource element in the source file into a union of all the language qualifiers that it finds in your project.

    If you used expanded list of <Resource> elements in your app package manifest source file (Package.appxmanifest) (being careful to list the default language first). That option involves more maintenance work for you. Please try to use <Resource Language="x-generate"/> to replace your mentioned above.


    If the response is helpful, please click "Accept Answer" and upvote it.
    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 comments No comments

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.