<?xml version="1.0" encoding="utf-8"?>
			
			<rss version="2.0">
			<channel>
			<title>Bob&apos;s Blog - ColdFusion Tidbits - i18n</title>
			<link>http://www.silverwareconsulting.com/index.cfm</link>
			<description>Some stuff about ColdFusion and Transfer</description>
			<language>en-us</language>
			<pubDate>Thu, 09 Sep 2010 04:57:02 -0400</pubDate>
			<lastBuildDate>Mon, 01 Jun 2009 21:49:00 -0400</lastBuildDate>
			<generator>BlogCFC</generator>
			<docs>http://blogs.law.harvard.edu/tech/rss</docs>
			<managingEditor>bob.silverberg@gmail.com</managingEditor>
			<webMaster>bob.silverberg@gmail.com</webMaster>
			
			<item>
				<title>ValidateThis! 0.75 - Now Supports Internationalization (i18n)</title>
				<link>http://www.silverwareconsulting.com/index.cfm/2009/6/1/ValidateThis-075--Now-Supports-Internationalization-i18n</link>
				<description>
				
				A developer named Mischa Sameli asked a question about supporting internationalization (i18n) in ValidateThis!, my validation framework for ColdFusion objects, on the &lt;a href=&quot;http://groups.google.com/group/validatethis&quot; target=&quot;_blank&quot;&gt;ValidateThis Google Group&lt;/a&gt; a few weeks ago. His questions got me thinking about how I might do that, and those thoughts turned into design ideas, which turned into code. So I&apos;m happy to announce that the latest version of VT, just released to &lt;a href=&quot;http://validatethis.riaforge.org/&quot; target=&quot;_blank&quot;&gt;RIAForge&lt;/a&gt;, has full support for i18n. I have created a &lt;a href=&quot;http://www.validatethis.org/i18nDemo/index.cfm&quot; target=&quot;_blank&quot;&gt;new i18n demo&lt;/a&gt; which shows off this new feature in all of its glory. If you visit that demo page you&apos;ll see that you can switch languages between English and French.&lt;/p&gt;
&lt;p&gt;So, what does i18n support in VT mean? In a nutshell, it means that all validation failure messages, both on the client side and on the server side, can now appear in multiple languages within a single application. A developer still only has to specify the metadata for each validation rule once (which is the primary objective of the framework), with the translations being performed by a translation layer.  [More]
				</description>
				
				<category>ColdFusion</category>				
				
				<category>i18n</category>				
				
				<category>ValidateThis</category>				
				
				<category>OO Design</category>				
				
				<pubDate>Mon, 01 Jun 2009 21:49:00 -0400</pubDate>
				<guid>http://www.silverwareconsulting.com/index.cfm/2009/6/1/ValidateThis-075--Now-Supports-Internationalization-i18n</guid>
				
			</item>
			</channel></rss>