简体   繁体   中英

Windows Phone 8.1 app description multi-language

Alright, so I've been trying to upload my application but I can't seem te get the option to put descriptions in multiple languages. The only language popping up is my default language (en-US).

I've already try'd to add a 'Strings' folder and add multiple language folders + resource files into it. But it doesn't actually give me the chance to add multiple descriptions (languages) after the package has been uploaded.

Anyone knows how to?

Thanks.

EDIT: My resources files were empty, after filling in one single string the store noticed the different languages.

  1. double Click on Package.appxmanifest
  2. Open With...XML(Text) Editor
  3. Find this:

<Resources> <Resource Language="x-generate" /> </Resources>

  1. Change with this:

      <Resources> <Resource Language="en-US" /> <Resource Language="it-IT"/> </Resources> 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM