<?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 and Localization</title>
	<atom:link href="http://helios.ca/2009/05/27/aspnet-mvc-and-localization/feed/" rel="self" type="application/rss+xml" />
	<link>http://helios.ca/2009/05/27/aspnet-mvc-and-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: Esteban</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-522</link>
		<dc:creator>Esteban</dc:creator>
		<pubDate>Fri, 30 Sep 2011 23:01:02 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-522</guid>
		<description>Great Post, but why dont you put that logic in the Initialize() method of the base controller? I have used the OnExecute to do this but it happened that validations were invoked before the OnExecute and so Localization was not working fine. The Initialize() is called before the Model Validation and e OnExecute.</description>
		<content:encoded><![CDATA[<p>Great Post, but why dont you put that logic in the Initialize() method of the base controller? I have used the OnExecute to do this but it happened that validations were invoked before the OnExecute and so Localization was not working fine. The Initialize() is called before the Model Validation and e OnExecute.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asp.net, c#,javascript</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-520</link>
		<dc:creator>asp.net, c#,javascript</dc:creator>
		<pubDate>Fri, 30 Sep 2011 01:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-520</guid>
		<description>&lt;strong&gt;asp.net, c#,javascript...&lt;/strong&gt;

[...]ASP.NET MVC and Localization &#124; MIKE[...]...</description>
		<content:encoded><![CDATA[<p><strong>asp.net, c#,javascript&#8230;</strong></p>
<p>[...]ASP.NET MVC and Localization | MIKE[...]&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-506</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Tue, 12 Jul 2011 19:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-506</guid>
		<description>@Vijay: You should only have to change the default language of your browser.

PS: This is an old implementation, it still works but there are better solutions with MVC 2 and MVC 3. I know I should update my blog, but I&#039;m lazy! =)</description>
		<content:encoded><![CDATA[<p>@Vijay: You should only have to change the default language of your browser.</p>
<p>PS: This is an old implementation, it still works but there are better solutions with MVC 2 and MVC 3. I know I should update my blog, but I&#8217;m lazy! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-505</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Sun, 10 Jul 2011 06:36:56 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-505</guid>
		<description>I downloaded your code it&#039;s working fine. Then i created new resource file for hindi language as global.hi.resx. Now i am not able to fetch the hindi language in view page. What are the changes i have to take care when i created any new resource file.</description>
		<content:encoded><![CDATA[<p>I downloaded your code it&#8217;s working fine. Then i created new resource file for hindi language as global.hi.resx. Now i am not able to fetch the hindi language in view page. What are the changes i have to take care when i created any new resource file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathieu Bergeron</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-492</link>
		<dc:creator>Mathieu Bergeron</dc:creator>
		<pubDate>Tue, 22 Mar 2011 14:01:54 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-492</guid>
		<description>Merci beaucoup pour cet exemple !

You just saved me a lot of time !</description>
		<content:encoded><![CDATA[<p>Merci beaucoup pour cet exemple !</p>
<p>You just saved me a lot of time !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tony Basallo</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-483</link>
		<dc:creator>Tony Basallo</dc:creator>
		<pubDate>Thu, 03 Feb 2011 20:45:31 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-483</guid>
		<description>It would seem that this is still relevant and useful for MVC 3.

What is line 26 for (filterContext.HttpContext.Session[&quot;Culture&quot;] = cultureCode;)?</description>
		<content:encoded><![CDATA[<p>It would seem that this is still relevant and useful for MVC 3.</p>
<p>What is line 26 for (filterContext.HttpContext.Session["Culture"] = cultureCode;)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jarod Weitnauer</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-482</link>
		<dc:creator>Jarod Weitnauer</dc:creator>
		<pubDate>Thu, 03 Feb 2011 11:37:34 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-482</guid>
		<description>Admiring the time and energy you put into your blog and in depth information you present. It&#039;s great to come across a blog every once in a while that isn&#039;t the same old rehashed material. Great read! I&#039;ve saved your site and I&#039;m adding your RSS feeds to my Google account.</description>
		<content:encoded><![CDATA[<p>Admiring the time and energy you put into your blog and in depth information you present. It&#8217;s great to come across a blog every once in a while that isn&#8217;t the same old rehashed material. Great read! I&#8217;ve saved your site and I&#8217;m adding your RSS feeds to my Google account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Culture specific website in ASP.NET MVC &#171; Koen about .Net</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-479</link>
		<dc:creator>Culture specific website in ASP.NET MVC &#171; Koen about .Net</dc:creator>
		<pubDate>Fri, 21 Jan 2011 22:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-479</guid>
		<description>[...] and that was by using a FilterAttribute in combination with an ActionFilter which I found here: http://helios.ca/2009/05/27/aspnet-mvc-and-localization/. Nice solution I thought, so I took that code, modified it a bit to match my scenario and it [...]</description>
		<content:encoded><![CDATA[<p>[...] and that was by using a FilterAttribute in combination with an ActionFilter which I found here: <a href="http://helios.ca/2009/05/27/aspnet-mvc-and-localization/" rel="nofollow">http://helios.ca/2009/05/27/aspnet-mvc-and-localization/</a>. Nice solution I thought, so I took that code, modified it a bit to match my scenario and it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-448</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 22 Sep 2010 22:57:27 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-448</guid>
		<description>Indeed =)</description>
		<content:encoded><![CDATA[<p>Indeed =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karlito</title>
		<link>http://helios.ca/2009/05/27/aspnet-mvc-and-localization/comment-page-1/#comment-446</link>
		<dc:creator>karlito</dc:creator>
		<pubDate>Thu, 09 Sep 2010 10:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://helios.ca/?p=65#comment-446</guid>
		<description>It&#039;s not very good code below. What if you need support 10 languages?

01.   
02.    &lt;a href=&quot;/Home/SetCulture/fr-CA&quot; rel=&quot;nofollow&quot;&gt;[ Français ]&lt;/A&gt;   
03.   
04.    &lt;a href=&quot;/Home/SetCulture/en-CA&quot; rel=&quot;nofollow&quot;&gt;[ English ]&lt;/A&gt;   
05. 

Better to remain code in single line and move all strings into resource files
Html.ActionLink(Resources.SiteResources.Country, &quot;SetCulture&quot;, &quot;Home&quot;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s not very good code below. What if you need support 10 languages?</p>
<p>01.<br />
02.    <a href="/Home/SetCulture/fr-CA" rel="nofollow">[ Français ]</a><br />
03.<br />
04.    <a href="/Home/SetCulture/en-CA" rel="nofollow">[ English ]</a><br />
05. </p>
<p>Better to remain code in single line and move all strings into resource files<br />
Html.ActionLink(Resources.SiteResources.Country, &#8220;SetCulture&#8221;, &#8220;Home&#8221;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

