Note that there are some explanatory texts on larger screens.

plurals
  1. POChange Default Language in WMAppManifest.xml
    text
    copied!<p>I have a XAP file but it has no language specified and the App is in Dutch. The XAP is built by PhoneGap Build. </p> <p>I downloaded the xap file, unzipped it and changed the WMAppManifest.xml file.</p> <p>I've added, to the specifications:</p> <pre><code>&lt;DefaultLanguage xmlns="" code="nl-NL" /&gt; </code></pre> <p>Just like it says: <a href="http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769509(v=vs.105).aspx#BKMK_DEFAULTLANGUAGEandLANGUAGESelements" rel="nofollow">http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769509(v=vs.105).aspx#BKMK_DEFAULTLANGUAGEandLANGUAGESelements</a></p> <p>But after uploading the xap file it get turned down because DefaultLanguage isn't allowed there. </p> <p>EDITED; Added the complete file:</p> <pre><code> &lt;?xml version='1.0' encoding='UTF-8'?&gt; &lt;Deployment xmlns="http://schemas.microsoft.com/windowsphone/2009/deployment" AppPlatformVersion="7.1"&gt; &lt;DefaultLanguage xmlns="" code="nl-NL" /&gt; &lt;App ProductID="{01bc12cd-49ae-bffa-004d-858ebc07ee7c}" RuntimeType="Silverlight" Title="Gaandeweg" Version="1.0.2.0" Publisher="Bart Lamot" xmlns="" Genre="apps.normal" Author="Bart Lamot" Description="Dit..."&gt; &lt;IconPath IsRelative="true" IsResource="false"&gt;ApplicationIcon.png&lt;/IconPath&gt; &lt;Capabilities&gt; &lt;Capability Name="ID_CAP_CONTACTS"/&gt; &lt;Capability Name="ID_CAP_IDENTITY_DEVICE"/&gt; &lt;Capability Name="ID_CAP_ISV_CAMERA"/&gt; &lt;Capability Name="ID_CAP_LOCATION"/&gt; &lt;Capability Name="ID_CAP_MICROPHONE"/&gt; &lt;Capability Name="ID_CAP_NETWORKING"/&gt; &lt;Capability Name="ID_HW_FRONTCAMERA"/&gt; &lt;Capability Name="ID_CAP_WEBBROWSERCOMPONENT"/&gt; &lt;/Capabilities&gt; &lt;Tasks&gt; &lt;DefaultTask NavigationPage="MainPage.xaml" Name="_default"/&gt; &lt;/Tasks&gt; &lt;Tokens&gt; &lt;PrimaryToken TaskName="_default" TokenID="Cordova_1._5._0_Starter1Token"&gt; &lt;TemplateType5&gt; &lt;BackgroundImageURI IsRelative="true" IsResource="false"&gt;Background.png&lt;/BackgroundImageURI&gt; &lt;Count&gt;0&lt;/Count&gt; &lt;Title&gt;Cordova_1._5._0_Starter1&lt;/Title&gt; &lt;/TemplateType5&gt; &lt;/PrimaryToken&gt; &lt;/Tokens&gt; &lt;/App&gt; &lt;/Deployment&gt; &lt;!-- WPSDK Version 7.1.7720.0 --&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload