<?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: ASP.NET MVC 2 Model Validation With Localization</title>
	<atom:link href="http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/feed/" rel="self" type="application/rss+xml" />
	<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/</link>
	<description>Just another developer blog</description>
	<lastBuildDate>Thu, 05 Jan 2012 01:14:24 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: asp.net, c#,javascript</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-521</link>
		<dc:creator>asp.net, c#,javascript</dc:creator>
		<pubDate>Fri, 30 Sep 2011 05:38:56 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-521</guid>
		<description>&lt;strong&gt;asp.net, c#,javascript...&lt;/strong&gt;

[...]ASP.NET MVC 2 Model Validation With Localization &#124; MIKE[...]...</description>
		<content:encoded><![CDATA[<p><strong>asp.net, c#,javascript&#8230;</strong></p>
<p>[...]ASP.NET MVC 2 Model Validation With Localization | MIKE[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-489</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Fri, 25 Feb 2011 12:51:32 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-489</guid>
		<description>@Vlad - This is interesting.. usually most of the content is in a database so I never really thought of it this way.. I&#039;ll definitely read your website!</description>
		<content:encoded><![CDATA[<p>@Vlad &#8211; This is interesting.. usually most of the content is in a database so I never really thought of it this way.. I&#8217;ll definitely read your website!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vlad</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-488</link>
		<dc:creator>Vlad</dc:creator>
		<pubDate>Fri, 25 Feb 2011 08:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-488</guid>
		<description>MVC is really more about using the right view for the right job. Putting everything in a resource file is extremely painful. It&#039;s good to use resource files for small things, but for larger pages like your description pages, its better to have a view in each culture with a lot of content. For example using the following structure: 
~/Views/en-US/Home/Index.aspx
~/Views/pt-BR/Home/Index.aspx 
or this structure: 
~/Views/Home/Index.en-US.aspx ~/Views/Home/Index.en-US.aspx

Tell me what you think about this approach in combining forces in globalization.
http://blog.oimae.com/2011/02/20/cultured-view-engine-for-mvc/</description>
		<content:encoded><![CDATA[<p>MVC is really more about using the right view for the right job. Putting everything in a resource file is extremely painful. It&#8217;s good to use resource files for small things, but for larger pages like your description pages, its better to have a view in each culture with a lot of content. For example using the following structure:<br />
~/Views/en-US/Home/Index.aspx<br />
~/Views/pt-BR/Home/Index.aspx<br />
or this structure:<br />
~/Views/Home/Index.en-US.aspx ~/Views/Home/Index.en-US.aspx</p>
<p>Tell me what you think about this approach in combining forces in globalization.<br />
<a href="http://blog.oimae.com/2011/02/20/cultured-view-engine-for-mvc/" rel="nofollow">http://blog.oimae.com/2011/02/20/cultured-view-engine-for-mvc/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gurdeep</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-427</link>
		<dc:creator>Gurdeep</dc:creator>
		<pubDate>Fri, 30 Jul 2010 12:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-427</guid>
		<description>Hey, nice post !

Was struggling to find answers on the same. Thanks :)

But how do I select resources dynamically? In the code, &quot;typeof(Global)&quot; declaratively points out to the Global.resx file. I need to do that from a drop-down list, though. Also, I have menu items in my page. Using -following- how do I set resources inside my view for menu items dynamically?

ViewData[&quot;Message&quot;] = Resources.Global.Welcome;

Thanks.</description>
		<content:encoded><![CDATA[<p>Hey, nice post !</p>
<p>Was struggling to find answers on the same. Thanks <img src='http://helios.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>But how do I select resources dynamically? In the code, &#8220;typeof(Global)&#8221; declaratively points out to the Global.resx file. I need to do that from a drop-down list, though. Also, I have menu items in my page. Using -following- how do I set resources inside my view for menu items dynamically?</p>
<p>ViewData["Message"] = Resources.Global.Welcome;</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajay singh</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-426</link>
		<dc:creator>Ajay singh</dc:creator>
		<pubDate>Tue, 20 Jul 2010 14:00:36 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-426</guid>
		<description>dear it very good example</description>
		<content:encoded><![CDATA[<p>dear it very good example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KDR</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-408</link>
		<dc:creator>KDR</dc:creator>
		<pubDate>Fri, 25 Jun 2010 07:34:00 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-408</guid>
		<description>Nice, very helpful ! Just one thing, in French, &quot;charactères&quot; is &quot;caractères&quot;, &quot;Courriel invalid&quot; becomes &quot;Courriel invalide&quot;, &quot;Champs requis&quot; is &quot;Champ requis&quot;.</description>
		<content:encoded><![CDATA[<p>Nice, very helpful ! Just one thing, in French, &#8220;charactères&#8221; is &#8220;caractères&#8221;, &#8220;Courriel invalid&#8221; becomes &#8220;Courriel invalide&#8221;, &#8220;Champs requis&#8221; is &#8220;Champ requis&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-385</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Sun, 25 Apr 2010 02:22:35 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-385</guid>
		<description>@SlimShaggy: Woa Thanks! I was missing a &quot; &gt; &quot; made a big mess! I should test more with different browsers!!!!</description>
		<content:encoded><![CDATA[<p>@SlimShaggy: Woa Thanks! I was missing a &#8221; &gt; &#8221; made a big mess! I should test more with different browsers!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SlimShaggy</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-384</link>
		<dc:creator>SlimShaggy</dc:creator>
		<pubDate>Sat, 24 Apr 2010 16:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-384</guid>
		<description>Your post is broken when viewed in IE8 and Opera10.</description>
		<content:encoded><![CDATA[<p>Your post is broken when viewed in IE8 and Opera10.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-381</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 19 Apr 2010 17:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-381</guid>
		<description>which one?! o.0</description>
		<content:encoded><![CDATA[<p>which one?! o.0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard Thorne</title>
		<link>http://helios.ca/2010/02/17/asp-net-mvc-2-model-validation-with-localization/comment-page-1/#comment-380</link>
		<dc:creator>Richard Thorne</dc:creator>
		<pubDate>Fri, 16 Apr 2010 14:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=226#comment-380</guid>
		<description>You forgot to close your code tag dude. :-)</description>
		<content:encoded><![CDATA[<p>You forgot to close your code tag dude. <img src='http://helios.ca/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

