<?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>JavaBlogging &#187; Internationalization</title>
	<atom:link href="http://www.javablogging.com/tag/internationalization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.javablogging.com</link>
	<description>Tracking surprises, features and bugs</description>
	<lastBuildDate>Sun, 16 May 2010 03:01:09 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Internationalization with MessageFormat</title>
		<link>http://www.javablogging.com/internationalization-with-messageformat/</link>
		<comments>http://www.javablogging.com/internationalization-with-messageformat/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 10:48:02 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Locale]]></category>
		<category><![CDATA[MessageFormat]]></category>
		<category><![CDATA[Properties]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=873</guid>
		<description><![CDATA[In this post I want to show a quick example of how to internationalize your application in a easy simple way by taking advantage of MessageFormat class.
The design is fairly simple: for each single locale/language we have a properties file with translated messages. At the start we load the properties into a MessageGenerator object and [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/internationalization-with-messageformat/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is MessageFormat?</title>
		<link>http://www.javablogging.com/what-is-messageformat/</link>
		<comments>http://www.javablogging.com/what-is-messageformat/#comments</comments>
		<pubDate>Mon, 09 Nov 2009 15:40:57 +0000</pubDate>
		<dc:creator>ppow</dc:creator>
				<category><![CDATA[Basic Java]]></category>
		<category><![CDATA[Internationalization]]></category>
		<category><![CDATA[Locale]]></category>
		<category><![CDATA[MessageFormat]]></category>

		<guid isPermaLink="false">http://www.javablogging.com/?p=832</guid>
		<description><![CDATA[There are many ways to create a user readable message in Java, differing in the complication level, performance and capabilities. The easiest is to create the String message by using &#8220;+&#8221; operator and casting all message parameters to string. If the message is longer or more complicated you can use StringBuilder instead. For more advanced [...]]]></description>
		<wfw:commentRss>http://www.javablogging.com/what-is-messageformat/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
