<?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: YD Setup Locale</title>
	<atom:link href="http://www.yann.com/en/wp-plugins/yd-setup-locale/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yann.com</link>
	<description>Développeur WordPress freelance à Paris</description>
	<lastBuildDate>Thu, 02 Feb 2012 17:22:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Y.Dubois</title>
		<link>http://www.yann.com/en/wp-plugins/yd-setup-locale#comment-4624</link>
		<dc:creator>Y.Dubois</dc:creator>
		<pubDate>Wed, 25 Aug 2010 16:24:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=432#comment-4624</guid>
		<description>@All:

The plugin works, but this site (yann.com) has never been totally localized and does not use one of Wordpress i18n plugins. So please don&#039;t base your appreciation on all that you see here. Localizing a custom theme is hard work. Also, some plugins don&#039;t support localization, so you would have to either get rid of those or rewrite them to support language switching.

For the plugin to work, you must make sure (using the permalink structure usually) that your page and posts url contain the two-letter sequence that governs the switch. Like on this site: if you look at the html headers, you will see that although some of the CONTENT of the pages might not be translated, the actual language environment is switched depending on the /en or /fr url prefix, which is reflected in the &lt;html lang=&quot;...&quot;&gt; tag at the very top of the page source code.

If you can&#039;t achieve such a URL structure then you won&#039;t be able to use this plugin.</description>
		<content:encoded><![CDATA[<p>@All:</p>
<p>The plugin works, but this site (yann.com) has never been totally localized and does not use one of WordPress i18n plugins. So please don&#8217;t base your appreciation on all that you see here. Localizing a custom theme is hard work. Also, some plugins don&#8217;t support localization, so you would have to either get rid of those or rewrite them to support language switching.</p>
<p>For the plugin to work, you must make sure (using the permalink structure usually) that your page and posts url contain the two-letter sequence that governs the switch. Like on this site: if you look at the html headers, you will see that although some of the CONTENT of the pages might not be translated, the actual language environment is switched depending on the /en or /fr url prefix, which is reflected in the &lt;html lang=&#8221;&#8230;&#8221;&gt; tag at the very top of the page source code.</p>
<p>If you can&#8217;t achieve such a URL structure then you won&#8217;t be able to use this plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joni</title>
		<link>http://www.yann.com/en/wp-plugins/yd-setup-locale#comment-2896</link>
		<dc:creator>Joni</dc:creator>
		<pubDate>Thu, 15 Apr 2010 04:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=432#comment-2896</guid>
		<description>I am really confused...

If i create a page shall i save it as per normal or i need to override the link with something like /en/....

Please help!

Cheers</description>
		<content:encoded><![CDATA[<p>I am really confused&#8230;</p>
<p>If i create a page shall i save it as per normal or i need to override the link with something like /en/&#8230;.</p>
<p>Please help!</p>
<p>Cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.yann.com/en/wp-plugins/yd-setup-locale#comment-2530</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Mon, 14 Dec 2009 22:25:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=432#comment-2530</guid>
		<description>Yann,

thanks for your reply. So in essence I will need to have a seperate wordpress setup for each language /en /fr /es so that I can start my blog with that as the first name, or is there something funky I can do with the Permalinks settings?

I hate to say it, but I am viewing english [en] as my browser language and it is defaulting to french date time and form text is also in french.  

i.e 
Envoyez votre réponse
Nom (required) 
e-mail (ne sera pas publié) (required)
Site Web</description>
		<content:encoded><![CDATA[<p>Yann,</p>
<p>thanks for your reply. So in essence I will need to have a seperate wordpress setup for each language /en /fr /es so that I can start my blog with that as the first name, or is there something funky I can do with the Permalinks settings?</p>
<p>I hate to say it, but I am viewing english [en] as my browser language and it is defaulting to french date time and form text is also in french.  </p>
<p>i.e<br />
Envoyez votre réponse<br />
Nom (required)<br />
e-mail (ne sera pas publié) (required)<br />
Site Web</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Y.Dubois</title>
		<link>http://www.yann.com/en/wp-plugins/yd-setup-locale#comment-2528</link>
		<dc:creator>Y.Dubois</dc:creator>
		<pubDate>Mon, 14 Dec 2009 21:14:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=432#comment-2528</guid>
		<description>It does pages and posts, as long as you setup your posts url to begin with 2-letter country code. It only changes the meta and html header information appropriately, as well as Wordpress internal variables. You still have to translate the content yourself! As for this page, just lookup the html code, you will see the headers are set right for English (en). I did not translate my site&#039;s side menu but this is unrelated: if I were to provide a .POT translation file for example, it would work.</description>
		<content:encoded><![CDATA[<p>It does pages and posts, as long as you setup your posts url to begin with 2-letter country code. It only changes the meta and html header information appropriately, as well as WordPress internal variables. You still have to translate the content yourself! As for this page, just lookup the html code, you will see the headers are set right for English (en). I did not translate my site&#8217;s side menu but this is unrelated: if I were to provide a .POT translation file for example, it would work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.yann.com/en/wp-plugins/yd-setup-locale#comment-2527</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Mon, 14 Dec 2009 19:21:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=432#comment-2527</guid>
		<description>is this product for just pages or is it for posts as well. seems to suggest that it will be only pages??

Would be nice also if you sorted out this page so that it was in english not in French..... http://www.yann.com/en/wp-plugins/yd-setup-locale as it does not give me much confidence to download and work with your plugin.</description>
		<content:encoded><![CDATA[<p>is this product for just pages or is it for posts as well. seems to suggest that it will be only pages??</p>
<p>Would be nice also if you sorted out this page so that it was in english not in French&#8230;.. <a href="http://www.yann.com/en/wp-plugins/yd-setup-locale" rel="nofollow">http://www.yann.com/en/wp-plugins/yd-setup-locale</a> as it does not give me much confidence to download and work with your plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Huseyin Inan</title>
		<link>http://www.yann.com/en/wp-plugins/yd-setup-locale#comment-2209</link>
		<dc:creator>Huseyin Inan</dc:creator>
		<pubDate>Fri, 23 Oct 2009 16:13:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=432#comment-2209</guid>
		<description>Thank you for this plugin. It will be nice for me</description>
		<content:encoded><![CDATA[<p>Thank you for this plugin. It will be nice for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Time to get multilingual! &#124; Yann "Bug" Dubois</title>
		<link>http://www.yann.com/en/wp-plugins/yd-setup-locale#comment-1839</link>
		<dc:creator>Time to get multilingual! &#124; Yann "Bug" Dubois</dc:creator>
		<pubDate>Sat, 06 Jun 2009 23:43:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.yann.com/?page_id=432#comment-1839</guid>
		<description>[...] the end, I found it simpler to write my own multi-lingual plugin to achieve what I needed. The trick I came about with is quite simple indeed (the plugin is [...]</description>
		<content:encoded><![CDATA[<p>[...] the end, I found it simpler to write my own multi-lingual plugin to achieve what I needed. The trick I came about with is quite simple indeed (the plugin is [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

