<?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"
	>
<channel>
	<title>Comments on: Tip: Internationalization and RCP</title>
	<atom:link href="http://code9.com/2008/07/23/tip-internationalization-and-rcp/feed/" rel="self" type="application/rss+xml" />
	<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/</link>
	<description>Code 9</description>
	<pubDate>Fri, 21 Nov 2008 12:17:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: zx</title>
		<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/#comment-433</link>
		<dc:creator>zx</dc:creator>
		<pubDate>Tue, 28 Oct 2008 16:00:39 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=35#comment-433</guid>
		<description>@Nicolas, we usually expect there to be a plugin.properties available to your bundle (ie., english) as what happens if you deploy your bundle and the fragment isn't available?</description>
		<content:encoded><![CDATA[<p>@Nicolas, we usually expect there to be a plugin.properties available to your bundle (ie., english) as what happens if you deploy your bundle and the fragment isn&#8217;t available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Bihan</title>
		<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/#comment-430</link>
		<dc:creator>Nicolas Bihan</dc:creator>
		<pubDate>Mon, 27 Oct 2008 18:23:29 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=35#comment-430</guid>
		<description>Thx Chris,

I did two fragments as I care a lot about separation between code and translations :).

By the way, I noticed that the PDE puts a warning for "Bundle-Localization: plugin" when my plugin.properties moved to the fragment. Is it a bug in PDE or I missed something ?</description>
		<content:encoded><![CDATA[<p>Thx Chris,</p>
<p>I did two fragments as I care a lot about separation between code and translations :).</p>
<p>By the way, I noticed that the PDE puts a warning for &#8220;Bundle-Localization: plugin&#8221; when my plugin.properties moved to the fragment. Is it a bug in PDE or I missed something ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Aniszczyk</title>
		<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/#comment-402</link>
		<dc:creator>Chris Aniszczyk</dc:creator>
		<pubDate>Mon, 20 Oct 2008 15:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=35#comment-402</guid>
		<description>@Nicolas, you would need two fragments for each of those plug-in projects. Or if you don't care about separating translations from code, you can actually put the translations in each of those 2 plug-ins you mentioned.</description>
		<content:encoded><![CDATA[<p>@Nicolas, you would need two fragments for each of those plug-in projects. Or if you don&#8217;t care about separating translations from code, you can actually put the translations in each of those 2 plug-ins you mentioned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicolas Bihan</title>
		<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/#comment-395</link>
		<dc:creator>Nicolas Bihan</dc:creator>
		<pubDate>Sat, 18 Oct 2008 20:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=35#comment-395</guid>
		<description>thx for the example.

But now let's say that we have 2 plugins in our RCP application.
Is there a way to have my translations for the 2 plugins in a unique project ?

Nicolas</description>
		<content:encoded><![CDATA[<p>thx for the example.</p>
<p>But now let&#8217;s say that we have 2 plugins in our RCP application.<br />
Is there a way to have my translations for the 2 plugins in a unique project ?</p>
<p>Nicolas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zx</title>
		<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/#comment-48</link>
		<dc:creator>zx</dc:creator>
		<pubDate>Thu, 24 Jul 2008 16:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=35#comment-48</guid>
		<description>@sergej

The easiest way to do this I think is to use an editor like the one in this bug below:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=239475

The Babel project (www.eclipse.org/babel) should have this editor within a few weeks hopefully so you don't have to use it from the bug.

Good luck!</description>
		<content:encoded><![CDATA[<p>@sergej</p>
<p>The easiest way to do this I think is to use an editor like the one in this bug below:</p>
<p><a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=239475" rel="nofollow">https://bugs.eclipse.org/bugs/show_bug.cgi?id=239475</a></p>
<p>The Babel project (www.eclipse.org/babel) should have this editor within a few weeks hopefully so you don&#8217;t have to use it from the bug.</p>
<p>Good luck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergej</title>
		<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/#comment-47</link>
		<dc:creator>sergej</dc:creator>
		<pubDate>Thu, 24 Jul 2008 07:45:12 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=35#comment-47</guid>
		<description>Hi Chris. Thank you for this post. But what about unicode characters into *.properties files?  I think that is inconvenient to use native codes (\udddd notation) to further support such files. But i don't understand how to create such a file with the Cyrillic characters, it was easy to read after using Externalize Strings. Or i don't understand how to use it?!</description>
		<content:encoded><![CDATA[<p>Hi Chris. Thank you for this post. But what about unicode characters into *.properties files?  I think that is inconvenient to use native codes (\udddd notation) to further support such files. But i don&#8217;t understand how to create such a file with the Cyrillic characters, it was easy to read after using Externalize Strings. Or i don&#8217;t understand how to use it?!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sud</title>
		<link>http://code9.com/2008/07/23/tip-internationalization-and-rcp/#comment-44</link>
		<dc:creator>sud</dc:creator>
		<pubDate>Wed, 23 Jul 2008 21:39:46 +0000</pubDate>
		<guid isPermaLink="false">http://code9.com/?p=35#comment-44</guid>
		<description>Thanks!

Efforts such as this is what will make Eclipse RCP adoption easier and the learning curve much less steeper.

-sid</description>
		<content:encoded><![CDATA[<p>Thanks!</p>
<p>Efforts such as this is what will make Eclipse RCP adoption easier and the learning curve much less steeper.</p>
<p>-sid</p>
]]></content:encoded>
	</item>
</channel>
</rss>
