<?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>Wed, 30 Nov 2011 09:13:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Jessie C.</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14859</link>
		<dc:creator>Jessie C.</dc:creator>
		<pubDate>Fri, 24 Jun 2011 22:33:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14859</guid>
		<description>I would like to use a language translation software to work in The Lab section of my website, in order to type in text and it convert to other languages besides English. I am aware of Google Translator that can be added to convert the whole website to several languages. I am trying to get it to translate the language only in one section of the website if possible?</description>
		<content:encoded><![CDATA[<p>I would like to use a language translation software to work in The Lab section of my website, in order to type in text and it convert to other languages besides English. I am aware of Google Translator that can be added to convert the whole website to several languages. I am trying to get it to translate the language only in one section of the website if possible?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14853</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Tue, 19 Apr 2011 08:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14853</guid>
		<description>Hi Christophe

Your article is about Flex 3. Is there a problem if I have a question about Flex 4? I hope not...
So, do you know how I can make a mx:MenuBar multilingual? I haven’t found a solution for Flex 4, yet.

Thanks in advance for your help.

- Michael</description>
		<content:encoded><![CDATA[<p>Hi Christophe</p>
<p>Your article is about Flex 3. Is there a problem if I have a question about Flex 4? I hope not&#8230;<br />
So, do you know how I can make a mx:MenuBar multilingual? I haven’t found a solution for Flex 4, yet.</p>
<p>Thanks in advance for your help.</p>
<p>- Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christophe</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14848</link>
		<dc:creator>Christophe</dc:creator>
		<pubDate>Mon, 04 Apr 2011 07:22:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14848</guid>
		<description>Hi Anthony and Sachin,

you can load properties files with resources at runtime with the ResourceBundleLoader in Spring ActionScript: http://www.springactionscript.org/asdoc/org/springextensions/actionscript/localization/ResourceBundleLoader.html

If you have a FlexXmlApplicationContext, there is a addResourceBundleLocation() method that you can simply use for that.

In case you are not using Spring ActionScript, you can always load and parse the file yourself. The code of the ResourceBunleLoader can help with that.</description>
		<content:encoded><![CDATA[<p>Hi Anthony and Sachin,</p>
<p>you can load properties files with resources at runtime with the ResourceBundleLoader in Spring ActionScript: <a href="http://www.springactionscript.org/asdoc/org/springextensions/actionscript/localization/ResourceBundleLoader.html" rel="nofollow">http://www.springactionscript.org/asdoc/org/springextensions/actionscript/localization/ResourceBundleLoader.html</a></p>
<p>If you have a FlexXmlApplicationContext, there is a addResourceBundleLocation() method that you can simply use for that.</p>
<p>In case you are not using Spring ActionScript, you can always load and parse the file yourself. The code of the ResourceBunleLoader can help with that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sachin</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14836</link>
		<dc:creator>Sachin</dc:creator>
		<pubDate>Thu, 10 Mar 2011 08:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14836</guid>
		<description>HI Christophe...

Nice example.I already did it.
But I have one query regarding Flex Localization.

I want to load language at run time.How it would be possible.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>HI Christophe&#8230;</p>
<p>Nice example.I already did it.<br />
But I have one query regarding Flex Localization.</p>
<p>I want to load language at run time.How it would be possible.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14813</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 14 Feb 2011 23:33:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14813</guid>
		<description>Hello Christophe.

Thanks for the article. I am working on an air app and was wondering if its possible to have an external properties file, I mean like from a url or something. 
So, in case the words need to be changed, it can be just changed on the file location and it would be reflected in the app. This would prevent the app from having to be rebuilt again with the changes. Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hello Christophe.</p>
<p>Thanks for the article. I am working on an air app and was wondering if its possible to have an external properties file, I mean like from a url or something.<br />
So, in case the words need to be changed, it can be just changed on the file location and it would be reflected in the app. This would prevent the app from having to be rebuilt again with the changes. Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anthony</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14806</link>
		<dc:creator>Anthony</dc:creator>
		<pubDate>Mon, 24 Jan 2011 19:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14806</guid>
		<description>Hello Christophe,

Thats a nice article. I am having some issues with an Adobe Air application which implements localization. 

There is a combo box through which, the user selects the language. On selecting the language, the appropriate property files are loaded and the application updates itself to display the text in the selected language. However, one label which alternates between two values , simply does not update itself instantaneously.  It requires an application restart.

Has anyone of you come across a similar problem? Any help would be appreciated.</description>
		<content:encoded><![CDATA[<p>Hello Christophe,</p>
<p>Thats a nice article. I am having some issues with an Adobe Air application which implements localization. </p>
<p>There is a combo box through which, the user selects the language. On selecting the language, the appropriate property files are loaded and the application updates itself to display the text in the selected language. However, one label which alternates between two values , simply does not update itself instantaneously.  It requires an application restart.</p>
<p>Has anyone of you come across a similar problem? Any help would be appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14631</link>
		<dc:creator>Christian</dc:creator>
		<pubDate>Thu, 09 Sep 2010 23:19:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14631</guid>
		<description>@Maxime: And - if you get an error &quot;MSVCR71.dll missing&quot; - download it[1] and copy it to the bin folder where copylocale.exe resides (eg C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\3.5.0\bin)

[1] f.i. here http://www.dlldump.com/download-dll-files.php/dllfiles/M/MSVCR71.dll/download.html</description>
		<content:encoded><![CDATA[<p>@Maxime: And &#8211; if you get an error &#8220;MSVCR71.dll missing&#8221; &#8211; download it[1] and copy it to the bin folder where copylocale.exe resides (eg C:\Program Files (x86)\Adobe\Adobe Flash Builder 4\sdks\3.5.0\bin)</p>
<p>[1] f.i. here <a href="http://www.dlldump.com/download-dll-files.php/dllfiles/M/MSVCR71.dll/download.html" rel="nofollow">http://www.dlldump.com/download-dll-files.php/dllfiles/M/MSVCR71.dll/download.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maxime Passenier</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14552</link>
		<dc:creator>Maxime Passenier</dc:creator>
		<pubDate>Tue, 01 Jun 2010 08:04:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14552</guid>
		<description>Hi,

Great article. Maybe you should also mention that you need to set a environement variable on windows when you get the error &#039;could not found JRE&#039;.
The variable needs to look like this:
JAVA_HOME = C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre

ATTENTION:
1/ You need to use forward slash NOT backward slash
2/ These variables will only take effect when you restart</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Great article. Maybe you should also mention that you need to set a environement variable on windows when you get the error &#8216;could not found JRE&#8217;.<br />
The variable needs to look like this:<br />
JAVA_HOME = C:/Program Files (x86)/Adobe/Adobe Flash Builder 4/jre</p>
<p>ATTENTION:<br />
1/ You need to use forward slash NOT backward slash<br />
2/ These variables will only take effect when you restart</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pastille</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14458</link>
		<dc:creator>pastille</dc:creator>
		<pubDate>Sun, 28 Mar 2010 17:44:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14458</guid>
		<description>Hi,
We are new to flex and we are working on a project in flex where in we are required to change the contents of the &#039;list&#039; component dynamically depending on the line contents of the textarea.
For example if we have  on the text area and if i place my cursor [where i hav placed a &#039;.&#039; right now],as in it has to display attributes related to the body tag.if i do the same with other tags,the contents of the list should change dynamically.......
Please can yu help me with this........</description>
		<content:encoded><![CDATA[<p>Hi,<br />
We are new to flex and we are working on a project in flex where in we are required to change the contents of the &#8216;list&#8217; component dynamically depending on the line contents of the textarea.<br />
For example if we have  on the text area and if i place my cursor [where i hav placed a '.' right now],as in it has to display attributes related to the body tag.if i do the same with other tags,the contents of the list should change dynamically&#8230;&#8230;.<br />
Please can yu help me with this&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pastille</title>
		<link>http://www.herrodius.com/blog/123/comment-page-1#comment-14457</link>
		<dc:creator>pastille</dc:creator>
		<pubDate>Sun, 28 Mar 2010 17:40:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.herrodius.com/blog/123#comment-14457</guid>
		<description>Hi Bhavin,
We are new to flex and we are working on a project in flex where in we are required to change the contents of the &#039;list&#039; component dynamically depending on the line contents of the textarea.
For example if we have  on the text area and if i place my cursor [where i hav placed a &#039;.&#039; right now],as in it has to display attributes related to the body tag.if i do the same with other tags,the contents of the list should change dynamically.......
Please can yu help me with this........</description>
		<content:encoded><![CDATA[<p>Hi Bhavin,<br />
We are new to flex and we are working on a project in flex where in we are required to change the contents of the &#8216;list&#8217; component dynamically depending on the line contents of the textarea.<br />
For example if we have  on the text area and if i place my cursor [where i hav placed a '.' right now],as in it has to display attributes related to the body tag.if i do the same with other tags,the contents of the list should change dynamically&#8230;&#8230;.<br />
Please can yu help me with this&#8230;&#8230;..</p>
]]></content:encoded>
	</item>
</channel>
</rss>

