<?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 framework component localization</title>
	<atom:link href="http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/feed/" rel="self" type="application/rss+xml" />
	<link>http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/</link>
	<description>RIA Fanatic, ramblings on Flex, Flash, Silverlight, UX, .net</description>
	<lastBuildDate>Thu, 02 Sep 2010 19:08:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: DannyT</title>
		<link>http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/comment-page-1/#comment-103998</link>
		<dc:creator>DannyT</dc:creator>
		<pubDate>Fri, 25 Jun 2010 11:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/?p=180#comment-103998</guid>
		<description>We&#039;ve had the same issue, for now we&#039;ve included the locales in svn and added a build task to copy it to the sdk, not very portable though unfortunately.</description>
		<content:encoded><![CDATA[<p>We&#8217;ve had the same issue, for now we&#8217;ve included the locales in svn and added a build task to copy it to the sdk, not very portable though unfortunately.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter R</title>
		<link>http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/comment-page-1/#comment-103535</link>
		<dc:creator>Peter R</dc:creator>
		<pubDate>Thu, 10 Jun 2010 17:10:28 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/?p=180#comment-103535</guid>
		<description>I made my own locale and used the copylocale.exe command to get the right files in there. 

My issue is that in a team environment it doesn&#039;t
make sense to have to copy these files into the framework directory of everyone&#039;s sdk. Especially if we have a separate build server with a different OS/directory structure. Is there no way to tell Flex to look elsewhere for these localization framework files? Somewhere I can include in the svn and have deploy with the project?</description>
		<content:encoded><![CDATA[<p>I made my own locale and used the copylocale.exe command to get the right files in there. </p>
<p>My issue is that in a team environment it doesn&#8217;t<br />
make sense to have to copy these files into the framework directory of everyone&#8217;s sdk. Especially if we have a separate build server with a different OS/directory structure. Is there no way to tell Flex to look elsewhere for these localization framework files? Somewhere I can include in the svn and have deploy with the project?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DannyT</title>
		<link>http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/comment-page-1/#comment-100795</link>
		<dc:creator>DannyT</dc:creator>
		<pubDate>Tue, 09 Mar 2010 20:21:36 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/?p=180#comment-100795</guid>
		<description>Turned out a lot of them weren&#039;t even translated so I&#039;ve been compiling from those available from the flex trunk &lt;a href=&quot;http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/bundles/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Turned out a lot of them weren&#8217;t even translated so I&#8217;ve been compiling from those available from the flex trunk <a href="http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/bundles/" rel="nofollow">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Logan</title>
		<link>http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/comment-page-1/#comment-100791</link>
		<dc:creator>Logan</dc:creator>
		<pubDate>Tue, 09 Mar 2010 18:32:05 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/?p=180#comment-100791</guid>
		<description>Just be aware, some of the BabelFlex locales are incorrectly packaged and won&#039;t work without some manual tweaking (se_SV and a few others).

We were trying to get corrected versions of these posted on a Maven repository for Flexmojos to use, but it never quite got done.</description>
		<content:encoded><![CDATA[<p>Just be aware, some of the BabelFlex locales are incorrectly packaged and won&#8217;t work without some manual tweaking (se_SV and a few others).</p>
<p>We were trying to get corrected versions of these posted on a Maven repository for Flexmojos to use, but it never quite got done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DannyT</title>
		<link>http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/comment-page-1/#comment-100742</link>
		<dc:creator>DannyT</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/?p=180#comment-100742</guid>
		<description>Yes I had seen this, but they&#039;re not provided as immediately usable swcs as per the babelflex site. So even once you&#039;ve found those translations you&#039;re still required to compc them into bundles which in my opinion is a terrible experience for flex developers. Particularly anyone new to the platform coming from other languages where this just isn&#039;t an issue.</description>
		<content:encoded><![CDATA[<p>Yes I had seen this, but they&#8217;re not provided as immediately usable swcs as per the babelflex site. So even once you&#8217;ve found those translations you&#8217;re still required to compc them into bundles which in my opinion is a terrible experience for flex developers. Particularly anyone new to the platform coming from other languages where this just isn&#8217;t an issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JabbyPanda</title>
		<link>http://danny-t.co.uk/index.php/2010/03/07/flex-framework-component-localization/comment-page-1/#comment-100740</link>
		<dc:creator>JabbyPanda</dc:creator>
		<pubDate>Sun, 07 Mar 2010 09:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://danny-t.co.uk/?p=180#comment-100740</guid>
		<description>Gordon Smith in 2008 wrote that Adobe did not include localization of Adobe Flex SDK in other languages into &#039;official&#039; releases, because they were not properly tested

http://old.nabble.com/Is-Flex-compiled-with-only-one-locale--td18535567.html

Although all available localized messages were always available at trunk of Adobe open-source 
SVN code repository for Flex SDK here:

http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/bundles/</description>
		<content:encoded><![CDATA[<p>Gordon Smith in 2008 wrote that Adobe did not include localization of Adobe Flex SDK in other languages into &#8216;official&#8217; releases, because they were not properly tested</p>
<p><a href="http://old.nabble.com/Is-Flex-compiled-with-only-one-locale--td18535567.html" rel="nofollow">http://old.nabble.com/Is-Flex-compiled-with-only-one-locale&#8211;td18535567.html</a></p>
<p>Although all available localized messages were always available at trunk of Adobe open-source<br />
SVN code repository for Flex SDK here:</p>
<p><a href="http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/bundles/" rel="nofollow">http://opensource.adobe.com/svn/opensource/flex/sdk/trunk/frameworks/projects/framework/bundles/</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
