<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Adobe Flex 3: Load localization resources at runtime using XML</title>
	<atom:link href="http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/</link>
	<description>Professional Software Developer / a.k.a. Programming Junkie</description>
	<lastBuildDate>Sat, 10 Apr 2010 02:07:52 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Robert</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-106</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 10 Apr 2010 02:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-106</guid>
		<description>&lt;a href=&quot;#comment-103&quot; rel=&quot;nofollow&quot;&gt;@Pascal &lt;/a&gt; 
Hi Pascal,

Thanks for pointing that out, I did not realize the update was happening automatically on the setting of the locale chain.</description>
		<content:encoded><![CDATA[<p><code><a href="#comment-103" rel="nofollow">@Pascal </a><br />Hi Pascal,</p><p>Thanks for pointing that out, I did not realize the update was happening automatically on the setting of the locale chain.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-103</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 18 Mar 2010 15:02:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-103</guid>
		<description>Hey Richard,

I have a question regarding the resourceManager.update();
If you set the localechain it already executes the update event so this class does the update function twice and it dispatches the change event two times.

Is there a reason for the resourceManager.update(); to execute in this class?

thanks in advance,
pascal</description>
		<content:encoded><![CDATA[<p><code>Hey Richard,</p><p>I have a question regarding the resourceManager.update();<br />If you set the localechain it already executes the update event so this class does the update function twice and it dispatches the change event two times.</p><p>Is there a reason for the resourceManager.update(); to execute in this class?</p><p>thanks in advance,<br />pascal</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-81</link>
		<dc:creator>Robert</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-81</guid>
		<description>Hi Richard,

I agree and wish there were better tooling for the localization effort.
Take a look at this post, I personally don’t like the idea of explicitly defining a resource manager string lookup every single place I need to perform localization, so I take this approach:
http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/

Thanks
-Robert</description>
		<content:encoded><![CDATA[<p><code>Hi Richard,</p><p>I agree and wish there were better tooling for the localization effort.<br />Take a look at this post, I personally don’t like the idea of explicitly defining a resource manager string lookup every single place I need to perform localization, so I take this approach:<br /><a href="http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/" rel="nofollow">http://www.savage7.com/index.php/2009/08/adobe-flex-3-how-to-create-localized-ui-component-control/</a></p><p>Thanks<br />-Robert</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-79</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Sat, 14 Nov 2009 16:04:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-79</guid>
		<description>Reminds me of an alternate translation scheme from years ago in an MS-Access application.  

Only 1 other idea: when you are sitting looking at source code 
 label=&quot;{resourceManager.getString(&#039;myResources&#039;, &#039;myLocalizedButton&#039;)}&quot;

It&#039;d be nice to do an instant lookup from IDE to reassure yourself: &quot;is this string what I think it is?&quot;.  

Or, a capability to insert/update a special format trailing comment... with the actual text in the default language ??

I am using FlashDevelop right now, that&#039;s the thing about Flex is the variety of IDEs or source editors people use.  But if it was an external executable, it could be used by most IDEs that can invoke a command line utility and capture output.</description>
		<content:encoded><![CDATA[<p><code>Reminds me of an alternate translation scheme from years ago in an MS-Access application.  </p><p>Only 1 other idea: when you are sitting looking at source code<br /> label=&#8221;{resourceManager.getString(&#8216;myResources&#8217;, &#8216;myLocalizedButton&#8217;)}&#8221;</p><p>It&#8217;d be nice to do an instant lookup from IDE to reassure yourself: &#8220;is this string what I think it is?&#8221;.  </p><p>Or, a capability to insert/update a special format trailing comment&#8230; with the actual text in the default language ??</p><p>I am using FlashDevelop right now, that&#8217;s the thing about Flex is the variety of IDEs or source editors people use.  But if it was an external executable, it could be used by most IDEs that can invoke a command line utility and capture output.</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-72</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 27 Oct 2009 00:02:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-72</guid>
		<description>Glad you like it!  I&#039;m sure there is room for improvement, but this code should provide a nice start for the runtime loading of resources.  

Thanks for stopping by!
-Robert</description>
		<content:encoded><![CDATA[<p><code>Glad you like it!  I&#8217;m sure there is room for improvement, but this code should provide a nice start for the runtime loading of resources.  </p><p>Thanks for stopping by!<br />-Robert</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.savage7.com/index.php/2009/10/adobe-flex-3-load-localization-resources-at-runtime-using-xml/comment-page-1/#comment-71</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Mon, 26 Oct 2009 18:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.savage7.com/?p=589#comment-71</guid>
		<description>This is an awesome solution to this problem.  I&#039;ve never been satisfied with the traditional &quot;compiled&quot; resource bundle solution, especially when integrating with other technologies.  I agree that the compiled solution is very fast, but it requires a recompilation each time there is a new language/locale added.  I don&#039;t find recompilation useful and feel it has haunted Flex for awhile now, especially if there is a need to localize at runtime.

Thanks and great work!</description>
		<content:encoded><![CDATA[<p><code>This is an awesome solution to this problem.  I&#8217;ve never been satisfied with the traditional &#8220;compiled&#8221; resource bundle solution, especially when integrating with other technologies.  I agree that the compiled solution is very fast, but it requires a recompilation each time there is a new language/locale added.  I don&#8217;t find recompilation useful and feel it has haunted Flex for awhile now, especially if there is a need to localize at runtime.</p><p>Thanks and great work!</code></p>
]]></content:encoded>
	</item>
</channel>
</rss>
