Software Archive
Read-only legacy content
17061 Discussions

Set languajes for Windows APP

Arnau_C_
Novice
355 Views

When I make a windows 8 build, Intel XDK create the AppxManifest.xml automatically and I need to include an language list resource.
I don't see any option in XDK for include a language list or for include any data in AppxManifest.xml by hand.
How can I do?

Thank you.

0 Kudos
1 Solution
Arnau_C_
Novice
355 Views

I find a solution, I can decompress the appx generated by XDK with 7zip, include the languages in AppxManifest.xml (in <Resources> tag) and  repack the folder with makeappx (tool in visual studio comunity 2015 )
In makeappx folder (in  my case C:\Program Files (x86)\Windows Kits\8.1\bin\x86):

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

 

View solution in original post

0 Kudos
2 Replies
Matias_G_
Beginner
355 Views

I have the same problem

0 Kudos
Arnau_C_
Novice
356 Views

I find a solution, I can decompress the appx generated by XDK with 7zip, include the languages in AppxManifest.xml (in <Resources> tag) and  repack the folder with makeappx (tool in visual studio comunity 2015 )
In makeappx folder (in  my case C:\Program Files (x86)\Windows Kits\8.1\bin\x86):

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

 

0 Kudos
Reply