<?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>FlexOOP &#187; fix</title>
	<atom:link href="http://flexoop.com/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://flexoop.com</link>
	<description>Flex, AIR, ColdFusion, and everything in between</description>
	<lastBuildDate>Tue, 13 Jul 2010 03:56:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Success! Fixing the ja_JP locale from being set in compiler arguments</title>
		<link>http://flexoop.com/2009/01/success-fixing-the-ja_jp-locale-from-being-set-in-compiler-arguments/</link>
		<comments>http://flexoop.com/2009/01/success-fixing-the-ja_jp-locale-from-being-set-in-compiler-arguments/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 03:41:37 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[locale]]></category>

		<guid isPermaLink="false">http://flexoop.com/?p=145</guid>
		<description><![CDATA[Ha ha! I figured out (after just blogging my frustration in my previous post) how to change the Additional compiler arguments that automatically are added when creating a new project from ja_JP to en_US. There is a file called config.xml (on my PC it is located in C:\Program Files\Adobe\Flex Builder 3 Plug-in\eclipse\plugins\com.adobe.flexbuilder.flex_3.0.214193) that gets installed [...]]]></description>
			<content:encoded><![CDATA[<p>Ha ha!  I figured out (after just blogging my frustration in <a href="/2009/01/why-is-locale-set-to-ja_jp/">my previous post</a>) how to change the Additional compiler arguments that automatically are added when creating a new project from ja_JP to en_US.</p>
<p>There is a file called config.xml (on my PC it is located in C:\Program Files\Adobe\Flex Builder 3 Plug-in\eclipse\plugins\com.adobe.flexbuilder.flex_3.0.214193) that gets installed when updating via the Adobe updater.  I&#8217;m not quite sure what happened, but it decided that my compiler arguments should be set to ja_JP.  In order to fix this problem, just change this line from</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;locale<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>ja_JP<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/locale<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>to</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;locale<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>en_US<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/locale<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

<p>This will now add en_US as an additional compiler argument instead of ja_JP.  Now I can get back to coding again <img src='http://flexoop.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://flexoop.com/2009/01/success-fixing-the-ja_jp-locale-from-being-set-in-compiler-arguments/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
