<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic thanks I'll take a look at it in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044921#M47498</link>
    <description>&lt;P&gt;thanks I'll take a look at it.&lt;/P&gt;

&lt;P&gt;I also thought of using a hook. With cordova cli I used static file in the platform/android/res folder and saw I can create the file I need with a hook.&lt;BR /&gt;
	Does the XDK support cordova hooks? can I specify something like the following?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;hook type="before_build" src="scripts/appBeforeBuild.js" /&amp;gt;&lt;/P&gt;

&lt;P&gt;will XDK use it if placed in&amp;nbsp;&lt;EM style="box-sizing: border-box; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 18.2px;"&gt;intelxdk.config.additions.xml&lt;/EM&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 18.2px;"&gt;&amp;nbsp;&lt;/SPAN&gt;?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Nov 2015 21:10:00 GMT</pubDate>
    <dc:creator>Roi_D_</dc:creator>
    <dc:date>2015-11-04T21:10:00Z</dc:date>
    <item>
      <title>support for apk localization</title>
      <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044917#M47494</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;Is it possible, or planned, to support strings.xml for android apps?&lt;/P&gt;

&lt;P&gt;Even for the minimum I would like to be able to put "/res/values-[lang]/strings.xml" files to make the play store recognize the apk support multiple languages and also localize the app name.&lt;/P&gt;

&lt;P&gt;Thanks,&lt;/P&gt;

&lt;P&gt;Roi&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 08:42:47 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044917#M47494</guid>
      <dc:creator>Roi_D_</dc:creator>
      <dc:date>2015-11-03T08:42:47Z</dc:date>
    </item>
    <item>
      <title>I believe there are some</title>
      <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044918#M47495</link>
      <description>&lt;P&gt;I believe there are some Cordova plugins that can help you with that. Search the web for "Cordova PhoneGap localization plugin for Android"&lt;/P&gt;</description>
      <pubDate>Tue, 03 Nov 2015 18:49:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044918#M47495</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-11-03T18:49:37Z</dc:date>
    </item>
    <item>
      <title>a plugin can't do that. a</title>
      <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044919#M47496</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;a plugin can't do that. a plugin can help with localization by giving js access to device settings like locale, preferred languages, etc.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;for apk localization and localize app name there must exists files named "res/values-[lang]/strings.xml" in the built apk.&lt;/P&gt;

&lt;P&gt;when compiling myself with android sdk I can control the files in res/ folder. XDK doesn't seems to have a way to control files placed in the res/ folder.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 06:18:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044919#M47496</guid>
      <dc:creator>Roi_D_</dc:creator>
      <dc:date>2015-11-04T06:18:00Z</dc:date>
    </item>
    <item>
      <title>You can do that with a custom</title>
      <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044920#M47497</link>
      <description>&lt;P&gt;You can do that with a custom plugin, by adding those files using the plugin.xml file. For example, see how the barcode plugin deals with it: &lt;A href="https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L138" target="_blank"&gt;https://github.com/phonegap/phonegap-plugin-barcodescanner/blob/master/plugin.xml#L138&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 20:30:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044920#M47497</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-11-04T20:30:39Z</dc:date>
    </item>
    <item>
      <title>thanks I'll take a look at it</title>
      <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044921#M47498</link>
      <description>&lt;P&gt;thanks I'll take a look at it.&lt;/P&gt;

&lt;P&gt;I also thought of using a hook. With cordova cli I used static file in the platform/android/res folder and saw I can create the file I need with a hook.&lt;BR /&gt;
	Does the XDK support cordova hooks? can I specify something like the following?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;lt;hook type="before_build" src="scripts/appBeforeBuild.js" /&amp;gt;&lt;/P&gt;

&lt;P&gt;will XDK use it if placed in&amp;nbsp;&lt;EM style="box-sizing: border-box; color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 18.2px;"&gt;intelxdk.config.additions.xml&lt;/EM&gt;&lt;SPAN style="color: rgb(102, 102, 102); font-family: Arial, Tahoma, Helvetica, sans-serif; font-size: 13px; line-height: 18.2px;"&gt;&amp;nbsp;&lt;/SPAN&gt;?&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 21:10:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044921#M47498</guid>
      <dc:creator>Roi_D_</dc:creator>
      <dc:date>2015-11-04T21:10:00Z</dc:date>
    </item>
    <item>
      <title>Our build system will strip</title>
      <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044922#M47499</link>
      <description>&lt;P&gt;Our build system will strip any hook scripts, for security reasons. Because an evil script could do lots of damage. We're looking into ways to accommodate hooks, but I have no idea when such a system will be in place. It would require significant restructuring of the build system, so it's not something I would count on anytime soon.&lt;/P&gt;

&lt;P&gt;These links might also be useful:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;&lt;A href="http://stackoverflow.com/questions/8878002/phonegap-cordova-internationalization-support" target="_blank"&gt;http://stackoverflow.com/questions/8878002/phonegap-cordova-internationalization-support&lt;/A&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;A href="http://codereview.stackexchange.com/questions/85250/lightweight-localization-for-a-cordova-app" target="_blank"&gt;http://codereview.stackexchange.com/questions/85250/lightweight-localization-for-a-cordova-app&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 05 Nov 2015 17:31:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044922#M47499</guid>
      <dc:creator>PaulF_IntelCorp</dc:creator>
      <dc:date>2015-11-05T17:31:54Z</dc:date>
    </item>
    <item>
      <title>Bump!</title>
      <link>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044923#M47500</link>
      <description>&lt;P&gt;Bump!&lt;/P&gt;

&lt;P&gt;This is really an essential feature - for both iOS and Android!&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2016 21:44:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/support-for-apk-localization/m-p/1044923#M47500</guid>
      <dc:creator>Jan_F_1</dc:creator>
      <dc:date>2016-07-12T21:44:59Z</dc:date>
    </item>
  </channel>
</rss>

