Indicate HTML5 APP languages to publish in "Windows Dev Center"

1

I am developing an HTML5 APP with " Intel® XDK " and uploading it to the " Windows Dev Denter " indicates that the language is " en-US ".

Neither in the XDK nor in the Dev Center "options do I see where to edit the languages. How can I indicate in which languages is the application?

Editing: Another way to focus it, XDK generates the AppxManifest.xml automatically, can I indicate parameters from the AppxManifest.xml from XDK by hand?

    
asked by Arnau Castellví 14.02.2016 в 19:20
source

2 answers

1

I have solved it thanks to the indications of rsciriano

I downloaded the appx generated by the XDK, unzipped it with 7zip, included the languages in the AppxManifest.xml (in the Resources tab) and repackaged it with the makeappx (tool included in the visual studio comunity):

In the makeappx directory (in my case C: \ Program Files (x86) \ Windows Kits \ 8.1 \ bin \ x86):

makeappx pack / d folder / p output.appx / l

    
answered by 17.02.2016 / 16:06
source
0

It seems that Intel XDK does not allow you to configure the language (there are several threads in the Intel forum talking about this).

What you could try is to use MakeAppx.exe to extract the files of the package, change the AppxManifest.xml by hand and repack it. I'm still saying an asshole but to prove you do not lose anything.

Another option would be to access the intermediate files that generate Intel® XDK and package from there.

Anyway I think that below is used Apache Cordoba so maybe that's where the problem is, I do not know if something could be changed at Cordoba level.

You can also change to Ionic + Visual Studio 2015 which looks great ;-)

    
answered by 15.02.2016 в 18:30