<?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 There are several Javascript in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005950#M32130</link>
    <description>&lt;P&gt;There are several Javascript libraries for this. &amp;nbsp;Google brings up a bunch.&lt;/P&gt;

&lt;P&gt;Before you start it, identify your needs:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;do you need to localize dates? &amp;nbsp;( today is 7/10/2015 in the US, but 10-07-2015 in England)&lt;/LI&gt;
	&lt;LI&gt;do you need to localize numbers? ( my step counter shows that I've taken 2,400 steps here in the US, but in England that would be 2.400 )&lt;/LI&gt;
	&lt;LI&gt;currency? (&lt;STRONG&gt;$&lt;/STRONG&gt; vs&amp;nbsp;&lt;B style="color: rgb(37, 37, 37); font-family: sans-serif; font-size: 14px; line-height: 22.4px;"&gt;€&lt;/B&gt;&lt;B style="color: rgb(37, 37, 37); font-family: sans-serif; font-size: 14px; line-height: 22.4px;"&gt; )&lt;/B&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;do you have compound or format strings? ("Put your " + pet_name + "into the cage"; &amp;nbsp; &amp;nbsp;"Ensure the leash to %s is secure")&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;are you worried about handling plurals or possessives?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;are the strings you need localized in the HTML, or the Javascript, or the CSS (via :content pseudo selectors), or all of the above?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;will you be wanting to auto-detect the language via the OS/browser, or do you want the user to select it themselves?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;Do you care about regional differences? &amp;nbsp;( "color" vs "colour", "gas" vs "petrol" )&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;The easiest libraries to use generally have fewer features. &amp;nbsp;The full featured libraries usually require more rigamarole.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;Typically, you'll have a big JSON file of identifiers and strings. One file for each language, and maybe an auxillary file for locale specializations. My favorite localization methods use readable english strings as the identifier. &amp;nbsp;Much easier to work with:&lt;/P&gt;

&lt;P&gt;English JSON:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{"Hello Friend":"Hello Friend",
 "Goodbye":"Goodbye"}
&lt;/PRE&gt;

&lt;P&gt;Spanish JSON:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{"Hello Friend":"Hola Amigo",
 "Goodbye":"Chau"}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But some use javascript variable name rules&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{"greeting_1":"Hello Friend",
 "goodbye_2":"Goodbye"}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Some libraries let you localize HTML by simply putting a class on a tag;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;p class="localize"&amp;gt;Hello Friend&amp;lt;/p&amp;gt;&lt;/PRE&gt;

&lt;P&gt;But others require you to process everything with code. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Good luck,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jul 2015 16:30:19 GMT</pubDate>
    <dc:creator>Chris_P_Intel</dc:creator>
    <dc:date>2015-07-10T16:30:19Z</dc:date>
    <item>
      <title>Globalization: Is there any plugin ou tutorial to create an APP multilingual?</title>
      <link>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005948#M32128</link>
      <description>&lt;P&gt;I am trying to find a way to create an APP to be used in several languages. Is there any plugin or tutorial to do it?&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:23:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005948#M32128</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-07-10T13:23:59Z</dc:date>
    </item>
    <item>
      <title>If you work with AngularJS:</title>
      <link>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005949#M32129</link>
      <description>&lt;P&gt;If you work with AngularJS: &lt;STRONG&gt;angular-translate&lt;/STRONG&gt;, works great!&lt;/P&gt;

&lt;P&gt;&lt;A href="https://angular-translate.github.io" target="_blank"&gt;https://angular-translate.github.io&lt;/A&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 13:35:11 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005949#M32129</guid>
      <dc:creator>Ad</dc:creator>
      <dc:date>2015-07-10T13:35:11Z</dc:date>
    </item>
    <item>
      <title>There are several Javascript</title>
      <link>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005950#M32130</link>
      <description>&lt;P&gt;There are several Javascript libraries for this. &amp;nbsp;Google brings up a bunch.&lt;/P&gt;

&lt;P&gt;Before you start it, identify your needs:&lt;/P&gt;

&lt;UL&gt;
	&lt;LI&gt;do you need to localize dates? &amp;nbsp;( today is 7/10/2015 in the US, but 10-07-2015 in England)&lt;/LI&gt;
	&lt;LI&gt;do you need to localize numbers? ( my step counter shows that I've taken 2,400 steps here in the US, but in England that would be 2.400 )&lt;/LI&gt;
	&lt;LI&gt;currency? (&lt;STRONG&gt;$&lt;/STRONG&gt; vs&amp;nbsp;&lt;B style="color: rgb(37, 37, 37); font-family: sans-serif; font-size: 14px; line-height: 22.4px;"&gt;€&lt;/B&gt;&lt;B style="color: rgb(37, 37, 37); font-family: sans-serif; font-size: 14px; line-height: 22.4px;"&gt; )&lt;/B&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;do you have compound or format strings? ("Put your " + pet_name + "into the cage"; &amp;nbsp; &amp;nbsp;"Ensure the leash to %s is secure")&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;are you worried about handling plurals or possessives?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;are the strings you need localized in the HTML, or the Javascript, or the CSS (via :content pseudo selectors), or all of the above?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;will you be wanting to auto-detect the language via the OS/browser, or do you want the user to select it themselves?&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
	&lt;LI&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;Do you care about regional differences? &amp;nbsp;( "color" vs "colour", "gas" vs "petrol" )&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/LI&gt;
&lt;/UL&gt;

&lt;P&gt;&lt;FONT color="#252525" face="sans-serif"&gt;&lt;SPAN style="font-size: 14px; line-height: 22.4px;"&gt;The easiest libraries to use generally have fewer features. &amp;nbsp;The full featured libraries usually require more rigamarole.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;

&lt;P&gt;Typically, you'll have a big JSON file of identifiers and strings. One file for each language, and maybe an auxillary file for locale specializations. My favorite localization methods use readable english strings as the identifier. &amp;nbsp;Much easier to work with:&lt;/P&gt;

&lt;P&gt;English JSON:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{"Hello Friend":"Hello Friend",
 "Goodbye":"Goodbye"}
&lt;/PRE&gt;

&lt;P&gt;Spanish JSON:&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{"Hello Friend":"Hola Amigo",
 "Goodbye":"Chau"}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;But some use javascript variable name rules&lt;/P&gt;

&lt;PRE class="brush:jscript;"&gt;{"greeting_1":"Hello Friend",
 "goodbye_2":"Goodbye"}&lt;/PRE&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Some libraries let you localize HTML by simply putting a class on a tag;&lt;/P&gt;

&lt;PRE class="brush:xml;"&gt;&amp;lt;p class="localize"&amp;gt;Hello Friend&amp;lt;/p&amp;gt;&lt;/PRE&gt;

&lt;P&gt;But others require you to process everything with code. &amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Good luck,&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jul 2015 16:30:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005950#M32130</guid>
      <dc:creator>Chris_P_Intel</dc:creator>
      <dc:date>2015-07-10T16:30:19Z</dc:date>
    </item>
    <item>
      <title>Thank you. I will search in</title>
      <link>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005951#M32131</link>
      <description>&lt;P&gt;Thank you. I will search in Google for these solutions.&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2015 21:45:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Globalization-Is-there-any-plugin-ou-tutorial-to-create-an-APP/m-p/1005951#M32131</guid>
      <dc:creator>Hamilton_Tenório_da_</dc:creator>
      <dc:date>2015-07-11T21:45:27Z</dc:date>
    </item>
  </channel>
</rss>

