<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sebastiaan Holtrop &#187; Localisation</title>
	<atom:link href="http://www.sebastiaanholtrop.com/archives/category/localisation/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sebastiaanholtrop.com</link>
	<description>Creating stuff that works...</description>
	<lastBuildDate>Mon, 08 Feb 2010 11:39:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Flex 3 localisation</title>
		<link>http://www.sebastiaanholtrop.com/archives/95</link>
		<comments>http://www.sebastiaanholtrop.com/archives/95#comments</comments>
		<pubDate>Wed, 18 Nov 2009 08:49:47 +0000</pubDate>
		<dc:creator>Sebastiaan</dc:creator>
				<category><![CDATA[Adobe Flex 3]]></category>
		<category><![CDATA[Localisation]]></category>
		<category><![CDATA[Flex 3]]></category>

		<guid isPermaLink="false">http://www.sebastiaanholtrop.com/?p=95</guid>
		<description><![CDATA[Something I&#8217;ve found out this morning; If you want to include localized resourced in your project other then en_US, for instance nl_NL, you not only have to create resource files for your own application, but you also need to provide the localized resources for the Flex Framework components. Flex doesn&#8217;t have all these localized resources [...]]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;ve found out this morning; If you want to include localized resourced in your project other then en_US, for instance nl_NL, you not only have to create resource files for your own application, but you also need to provide the localized resources for the Flex Framework components. Flex doesn&#8217;t have all these localized resources out of the box, but Adobe provides a command line tool to copy these resources. It&#8217;s called copylocale.</p>
<p>Now I&#8217;m not frequent user of the command line, but I know terminal (on my mac) a bit, so I just navigated to the bin directory of my Flex sdk and did this:</p>
<pre>copylocale en_US nl_NL</pre>
<p>Didn&#8217;t work. Terminal just sais:</p>
<pre>-bash: copylocale: command not found</pre>
<p>Turns out you have to call the copylocale command from the root directory of your sdk, and include the /bin in the command call, like this:</p>
<pre>bin/copylocale en_US nl_NL</pre>
<p>Damn command line tools, no one ever tells you this stuff.</p>
<p>Some more info on runtime localisation:<br />
<a href="http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Runtime_Localization" target="_blank">http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Runtime_Localization</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sebastiaanholtrop.com/archives/95/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
