<?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; locale</title>
	<atom:link href="http://flexoop.com/tag/locale/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.1</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>
		<item>
		<title>Why is locale set to ja_JP?</title>
		<link>http://flexoop.com/2009/01/why-is-locale-set-to-ja_jp/</link>
		<comments>http://flexoop.com/2009/01/why-is-locale-set-to-ja_jp/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 03:18:41 +0000</pubDate>
		<dc:creator>Gareth</dc:creator>
				<category><![CDATA[ColdFusion]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Errors]]></category>
		<category><![CDATA[Flex Builder]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[locale]]></category>

		<guid isPermaLink="false">http://flexoop.com/?p=141</guid>
		<description><![CDATA[This is annoying the heck out of me. For some reason, I&#8217;m not sure when, my locale got set to ja_JP instead of en_US I did the update in eclipse and I&#8217;m wondering if it somehow got the japanese version of the SDK instead of the US version. Each time I create a new project [...]]]></description>
			<content:encoded><![CDATA[<p>This is annoying the heck out of me.  For some reason, I&#8217;m not sure when, my locale got set to ja_JP instead of en_US  I did the update in eclipse and I&#8217;m wondering if it somehow got the japanese version of the SDK instead of the US version.</p>
<p>Each time I create a new project I get -locale ja_JP added to the compiler arguments.  It&#8217;s an easy fix, just remove that or change it to en_US, but I have to do that each time I create a new project.  If I could even find the file that&#8217;s making that setting, I would be happy to manually alter it, but I haven&#8217;t even been able to find that.  My flex-config.xml file appears to be set to en_US also, so I have no clue how ja_JP is getting in there.</p>
<p>If anyone has any ideas, I&#8217;d be extremely grateful.</p>
]]></content:encoded>
			<wfw:commentRss>http://flexoop.com/2009/01/why-is-locale-set-to-ja_jp/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
