Software Archive
Read-only legacy content
17061 Discussions

Language of native controls Windows Phone

Davide_M_
Beginner
793 Views

How to setup a different language for Windows Phone development?
After submit the appxupload, Windows Store shows always this information:

Language en-US

 

Here is a very good post for iOS Developing.
https://software.intel.com/it-it/forums/intel-xdk/topic/593975

Do someone know how to fix the Windows Submitting?

Thanks a lot!

 

0 Kudos
3 Replies
Anusha_M_Intel1
Employee
793 Views

Can you give this a try and see if it makes a difference?

Add the following in your intelxdk.config.wp81.xml file:

<platform name="wp8">
    <Languages xmlns="">
        <Language code="en-GB"/>
        <Language code="pl-PL"/>
    </Languages>
    <DefaultLanguage xmlns="" code="en-GB" />
</platform>

0 Kudos
Anusha_M_Intel1
Employee
793 Views

I have requested more information from the engineer working on Windows builds. I will update you as soon as I get a response. 

0 Kudos
Anusha_M_Intel1
Employee
793 Views

Hi Davide,

So it looks like there is way to change the default language and add additional ones. But we do not have that feature in the XDK. We are working on a fix for this. I will update this thread as soon as we have this place. 

Thanks for your patience. 

0 Kudos
Reply