<?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: How to localize a Flex application easily</title>
	<atom:link href="http://www.myflexiblelife.com/2009/08/27/how-to-localize-a-flex-application-easily/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.myflexiblelife.com/2009/08/27/how-to-localize-a-flex-application-easily/</link>
	<description>A blog on Flex, ActionScript, RIAs and related open source technologies</description>
	<lastBuildDate>Fri, 27 Nov 2009 14:35:01 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Rich Rodecker</title>
		<link>http://www.myflexiblelife.com/2009/08/27/how-to-localize-a-flex-application-easily/comment-page-1/#comment-54</link>
		<dc:creator>Rich Rodecker</dc:creator>
		<pubDate>Thu, 27 Aug 2009 16:00:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=138#comment-54</guid>
		<description>I did something similar, except that I just monkey patched ResourceManager to accept either a string or it&#039;s full parameter set,  If just a string was passed to the getString() method, it would pull the  localized value from a default &quot;strings&quot; bundle for the app.  If more than one argument was passed to the method, it would work normally.</description>
		<content:encoded><![CDATA[<p>I did something similar, except that I just monkey patched ResourceManager to accept either a string or it&#8217;s full parameter set,  If just a string was passed to the getString() method, it would pull the  localized value from a default &#8220;strings&#8221; bundle for the app.  If more than one argument was passed to the method, it would work normally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alessandro Ronchi</title>
		<link>http://www.myflexiblelife.com/2009/08/27/how-to-localize-a-flex-application-easily/comment-page-1/#comment-51</link>
		<dc:creator>Alessandro Ronchi</dc:creator>
		<pubDate>Thu, 27 Aug 2009 15:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=138#comment-51</guid>
		<description>Hi Norbert,

consider that a Flex Application acts as a Singleton, so those methods are always available within a Flex app, you don&#039;t necessarily have to copy them.

Obviously this way your components won&#039;t be loosely coupled, this is a nasty compromise expecially if you have to distribute your components.

Thank you for your comment, it gives me motivation to think to a different approach.

Best wishes, Alessandro</description>
		<content:encoded><![CDATA[<p>Hi Norbert,</p>
<p>consider that a Flex Application acts as a Singleton, so those methods are always available within a Flex app, you don&#8217;t necessarily have to copy them.</p>
<p>Obviously this way your components won&#8217;t be loosely coupled, this is a nasty compromise expecially if you have to distribute your components.</p>
<p>Thank you for your comment, it gives me motivation to think to a different approach.</p>
<p>Best wishes, Alessandro</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norbert Kopcsek</title>
		<link>http://www.myflexiblelife.com/2009/08/27/how-to-localize-a-flex-application-easily/comment-page-1/#comment-50</link>
		<dc:creator>Norbert Kopcsek</dc:creator>
		<pubDate>Thu, 27 Aug 2009 14:35:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.myflexiblelife.com/?p=138#comment-50</guid>
		<description>Hi Alessandro, 
I&#039;m always interested in simplifying localization. Anyway, doesn&#039;t your approach only help on the application level? If you want to create a component using the same technique, you would have to add (copy) those methods to the components super class, which is not so nice ...

What do you think?</description>
		<content:encoded><![CDATA[<p>Hi Alessandro,<br />
I&#8217;m always interested in simplifying localization. Anyway, doesn&#8217;t your approach only help on the application level? If you want to create a component using the same technique, you would have to add (copy) those methods to the components super class, which is not so nice &#8230;</p>
<p>What do you think?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
