<?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: Flex 3 Localization</title>
	<atom:link href="http://www.herrodius.com/blog/123/feed" rel="self" type="application/rss+xml" />
	<link>http://www.herrodius.com/blog/123</link>
	<description>Thoughts from a software developer</description>
	<lastBuildDate>Fri, 12 Mar 2010 14:56:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: radicalFish</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14381</link>
		<dc:creator>radicalFish</dc:creator>
		<pubDate>Fri, 12 Mar 2010 14:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14381</guid>
		<description>the compiler settings should be without the comma.
so: - update the compiler settings: -locale=nl_BE,fr_BE -source-path=locale/{locale}
rather: - update the compiler settings: -locale=nl_BE fr_BE -source-path=locale/{locale}

at least for FlashBuilder4...

@Venkatesan
you have to save the .properties files as encoding UTF-8 (can be done with e.g. Notpad under Windows)
Maybe have to do a clean build after that..</description>
		<content:encoded><![CDATA[<p>the compiler settings should be without the comma.<br />
so: &#8211; update the compiler settings: -locale=nl_BE,fr_BE -source-path=locale/{locale}<br />
rather: &#8211; update the compiler settings: -locale=nl_BE fr_BE -source-path=locale/{locale}</p>
<p>at least for FlashBuilder4&#8230;</p>
<p>@Venkatesan<br />
you have to save the .properties files as encoding UTF-8 (can be done with e.g. Notpad under Windows)<br />
Maybe have to do a clean build after that..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JabbyPanda</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14375</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Wed, 10 Mar 2010 11:25:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14375</guid>
		<description>The referenced link to the article titled &quot;Flex 3:Feature Introductions: Runtime Localization&quot; written by Gordon Smith is broken now.

Probably, this document can be still retrieved here:
http://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization</description>
		<content:encoded><![CDATA[<p>The referenced link to the article titled &#8220;Flex 3:Feature Introductions: Runtime Localization&#8221; written by Gordon Smith is broken now.</p>
<p>Probably, this document can be still retrieved here:<br />
<a href="http://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization" rel="nofollow">http://bugs.adobe.com/confluence/display/ADOBE/Flex+3+Details+-+Runtime+Localization</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barry</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14259</link>
		<dc:creator>Barry</dc:creator>
		<pubDate>Wed, 03 Feb 2010 10:44:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14259</guid>
		<description>Thanks Christophe! Very useful indeed.</description>
		<content:encoded><![CDATA[<p>Thanks Christophe! Very useful indeed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Venkatesan</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14246</link>
		<dc:creator>Venkatesan</dc:creator>
		<pubDate>Tue, 05 Jan 2010 07:56:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14246</guid>
		<description>Hi..

 When i use portuguese language file for localization, all the special characterss are not getting displayed in UI.. for example if i fetch a value called &quot;Início&quot;, the resultant display in UI is &quot;Incio&quot; instead of &quot;Início&quot;.. is there any language specifications in flex?</description>
		<content:encoded><![CDATA[<p>Hi..</p>
<p> When i use portuguese language file for localization, all the special characterss are not getting displayed in UI.. for example if i fetch a value called &#8220;Início&#8221;, the resultant display in UI is &#8220;Incio&#8221; instead of &#8220;Início&#8221;.. is there any language specifications in flex?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tomas Sancio</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14148</link>
		<dc:creator>Tomas Sancio</dc:creator>
		<pubDate>Fri, 16 Oct 2009 16:39:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14148</guid>
		<description>Thank you very much for the article and zeroing on the key parts of localization!

For those on Mac OSX, to use copylocale, you can open the terminal and enter a command line like &quot;(path to Adobe folder)/Adobe\ Flex\ Builder\ 3/sdks/3.2.0/bin/copylocale en_US fr_FR&quot; where you need to check to see if the full path is correct.</description>
		<content:encoded><![CDATA[<p>Thank you very much for the article and zeroing on the key parts of localization!</p>
<p>For those on Mac OSX, to use copylocale, you can open the terminal and enter a command line like &#8220;(path to Adobe folder)/Adobe\ Flex\ Builder\ 3/sdks/3.2.0/bin/copylocale en_US fr_FR&#8221; where you need to check to see if the full path is correct.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Krishna Bijawara</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14140</link>
		<dc:creator>Krishna Bijawara</dc:creator>
		<pubDate>Wed, 14 Oct 2009 10:20:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14140</guid>
		<description>Thanks for such a short and working article !!</description>
		<content:encoded><![CDATA[<p>Thanks for such a short and working article !!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14071</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Mon, 31 Aug 2009 12:49:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14071</guid>
		<description>#8 Lauri, I know it&#039;s almost a year since you posted :p But still, the problem with å ä ö is that you need to save the file as UTF-8 to work correctly with special characters.</description>
		<content:encoded><![CDATA[<p>#8 Lauri, I know it&#8217;s almost a year since you posted :p But still, the problem with å ä ö is that you need to save the file as UTF-8 to work correctly with special characters.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Camillo Bruni</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14012</link>
		<dc:creator>Camillo Bruni</dc:creator>
		<pubDate>Wed, 15 Jul 2009 10:57:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14012</guid>
		<description>Why not use gettext? A common approach in the opensource world!
See
Creating translation files: code.google.com/p/asgettext/
Reading translation files:  code.google.com/p/gettext-for-flash/
for more infors.</description>
		<content:encoded><![CDATA[<p>Why not use gettext? A common approach in the opensource world!<br />
See<br />
Creating translation files: code.google.com/p/asgettext/<br />
Reading translation files:  code.google.com/p/gettext-for-flash/<br />
for more infors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vipul Jain</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14003</link>
		<dc:creator>Vipul Jain</dc:creator>
		<pubDate>Tue, 07 Jul 2009 04:33:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14003</guid>
		<description>Hi all..Here in l10N they defined properties file for each text to be converted.
But i want to apply i18N(internationalization) in my application.
Without specifying the properties file i want to convert the english characters to
any other language characters...do any one have this idea? Please reply me soon.
my email address is vbjain@essar.com...please help...</description>
		<content:encoded><![CDATA[<p>Hi all..Here in l10N they defined properties file for each text to be converted.<br />
But i want to apply i18N(internationalization) in my application.<br />
Without specifying the properties file i want to convert the english characters to<br />
any other language characters&#8230;do any one have this idea? Please reply me soon.<br />
my email address is <a href="mailto:vbjain@essar.com">vbjain@essar.com</a>&#8230;please help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-13901</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:15:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-13901</guid>
		<description>Is it really not possible to use localization without adding a locale folder in the Flex SDK folder, and add:
      
          en_US
          sv_SE
      
to flex-config.xml?

When working in a big team this seems a bit weird, that everyone has to configure their Flex directory the same way. Isn&#039;t it possible to skip the framework resources, and use the standard locale settings for the framework?</description>
		<content:encoded><![CDATA[<p>Is it really not possible to use localization without adding a locale folder in the Flex SDK folder, and add:</p>
<p>          en_US<br />
          sv_SE</p>
<p>to flex-config.xml?</p>
<p>When working in a big team this seems a bit weird, that everyone has to configure their Flex directory the same way. Isn&#8217;t it possible to skip the framework resources, and use the standard locale settings for the framework?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
