<?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: How to detect the user&#8217;s preferred language &#8211; smarter than Google</title>
	<atom:link href="http://www.mpopp.net/2010/07/how-to-detect-the-users-preferred-language-smarter-than-google/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mpopp.net/2010/07/how-to-detect-the-users-preferred-language-smarter-than-google/</link>
	<description></description>
	<lastBuildDate>Thu, 19 Jan 2012 02:12:34 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Markus Popp</title>
		<link>http://www.mpopp.net/2010/07/how-to-detect-the-users-preferred-language-smarter-than-google/comment-page-1/#comment-39</link>
		<dc:creator>Markus Popp</dc:creator>
		<pubDate>Wed, 25 Aug 2010 00:50:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpopp.net/?p=41#comment-39</guid>
		<description>Already did: http://www.mpopp.net/2010/08/how-to-do-user-languagelocale-detection-quickly-without-zend-framework/</description>
		<content:encoded><![CDATA[<p>Already did: <a href="http://www.mpopp.net/2010/08/how-to-do-user-languagelocale-detection-quickly-without-zend-framework/" rel="nofollow">http://www.mpopp.net/2010/08/how-to-do-user-languagelocale-detection-quickly-without-zend-framework/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: physician assistant</title>
		<link>http://www.mpopp.net/2010/07/how-to-detect-the-users-preferred-language-smarter-than-google/comment-page-1/#comment-37</link>
		<dc:creator>physician assistant</dc:creator>
		<pubDate>Tue, 24 Aug 2010 19:43:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpopp.net/?p=41#comment-37</guid>
		<description>Keep posting stuff like this i really like it</description>
		<content:encoded><![CDATA[<p>Keep posting stuff like this i really like it</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Popp</title>
		<link>http://www.mpopp.net/2010/07/how-to-detect-the-users-preferred-language-smarter-than-google/comment-page-1/#comment-4</link>
		<dc:creator>Markus Popp</dc:creator>
		<pubDate>Sat, 24 Jul 2010 18:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpopp.net/?p=41#comment-4</guid>
		<description>The Zend Framework is smart enough to take this into account.

If for example you pick a US English Firefox, add another language (lets say Arabic) in the browser’s language preferences (Edit – Preferences – Content tab – Languages) and put it on top, this code now recognizes Arabic as the desired language, rather than US English ;)</description>
		<content:encoded><![CDATA[<p>The Zend Framework is smart enough to take this into account.</p>
<p>If for example you pick a US English Firefox, add another language (lets say Arabic) in the browser’s language preferences (Edit – Preferences – Content tab – Languages) and put it on top, this code now recognizes Arabic as the desired language, rather than US English <img src='http://www.mpopp.net/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: strcmp</title>
		<link>http://www.mpopp.net/2010/07/how-to-detect-the-users-preferred-language-smarter-than-google/comment-page-1/#comment-2</link>
		<dc:creator>strcmp</dc:creator>
		<pubDate>Sat, 24 Jul 2010 16:04:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mpopp.net/?p=41#comment-2</guid>
		<description>Please don&#039;t forget the standard http content negotiation (the Accept-Language header), this is what the user explicitely chose in the browser preferences. I use an English browser (because translated menus tend to be harder to understand than the original, and the translations are not stable between products or versions), but I prefer German pages, with English as a second choice. Don&#039;t browsers send their own interface language in this header if you didn&quot;t choose one, anyway? This is how this should be handled, intelligent solutions tend to be different everywhere, and it is hard for the users to find out why only one site behaves different from all the others. I would accept this heuristics as a fallback if everything else failed, though. (This _may_ be what you are suggesting, ins this case ignore this comment).</description>
		<content:encoded><![CDATA[<p>Please don&#8217;t forget the standard http content negotiation (the Accept-Language header), this is what the user explicitely chose in the browser preferences. I use an English browser (because translated menus tend to be harder to understand than the original, and the translations are not stable between products or versions), but I prefer German pages, with English as a second choice. Don&#8217;t browsers send their own interface language in this header if you didn&#8221;t choose one, anyway? This is how this should be handled, intelligent solutions tend to be different everywhere, and it is hard for the users to find out why only one site behaves different from all the others. I would accept this heuristics as a fallback if everything else failed, though. (This _may_ be what you are suggesting, ins this case ignore this comment).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

