Search Unity

Unity 5 Windows Phone App Submission Languages

Discussion in 'Windows' started by JParies, Apr 20, 2015.

  1. JParies

    JParies

    Joined:
    Dec 4, 2013
    Posts:
    14
    I created a Universal app with Unity 5 and the Unity Tools for Visual Studio. Did the build and uploaded the packaged to the Windows Phone dashboard and I am unable to complete my submission because it is listing Afrikaans and Catalan as app languages in addition to English. Where can I remove these from the project?

    SubmissionIssue.jpg
     
  2. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,900
    In generated VS solution, try Properties->WMAppManifest.xml->Packaging->Supported Languages
     
  3. JParies

    JParies

    Joined:
    Dec 4, 2013
    Posts:
    14
    Hi Tomas -

    There is no WMAppManifest.xml present, only assemblyinfo.cs.
     
  4. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,900
    Is it Windows Phone 8 or Windows Phone 8.1 ?
     
  5. JParies

    JParies

    Joined:
    Dec 4, 2013
    Posts:
    14
    It's a Universal App, so 8.1. I can drill into the upload packages and see the languages listed in the XML file in there, but if I try to edit the XML and remove them and then re-upload, the store throws a validation error.
     
  6. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,900
    Try opening Package.appxmanifest with text editor, are the languages listed there as well?
     
  7. JParies

    JParies

    Joined:
    Dec 4, 2013
    Posts:
    14
    No, the Resources block looked like this:
    <Resources>
    <Resource Language="x-generate" />
    </Resources>

    So it's pulling values from somewhere, but not sure where.

    I worked around it by changing the Resources block the following, though I think this is not recommended. In my case, my app isn't localized, so it doesn't matter much, but I'd like to know where the other two came from for future reference.
    <Resources>
    <Resource Language="en-us" />
    </Resources>

    Thanks,
    Jeff
     
  8. Tomas1856

    Tomas1856

    Unity Technologies

    Joined:
    Sep 21, 2012
    Posts:
    3,900
  9. van_ustwo

    van_ustwo

    Joined:
    Jul 10, 2012
    Posts:
    82
    I'm want to add languages to my game and appear on the windows phone dashboard. Any idea on how you could do it?
     
  10. JParies

    JParies

    Joined:
    Dec 4, 2013
    Posts:
    14
  11. sevensails

    sevensails

    Joined:
    Aug 22, 2013
    Posts:
    483
    Did you managed to do it?