<?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"
	>
<channel>
	<title>Comments on: Multilingual apps with CakePHP</title>
	<atom:link href="http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/</link>
	<description>sharing technology, ideas, insights!</description>
	<pubDate>Fri, 25 Jul 2008 08:13:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-2287</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Sat, 08 Mar 2008 05:37:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-2287</guid>
		<description>@Fistro yes &lt;i&gt;cake i18n&lt;/i&gt; it the current command</description>
		<content:encoded><![CDATA[<p>@Fistro yes <i>cake i18n</i> it the current command</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fistro</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-2286</link>
		<dc:creator>Fistro</dc:creator>
		<pubDate>Fri, 07 Mar 2008 14:02:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-2286</guid>
		<description>hi!

nice article, very helpful for me.

A little correction: I've found that to extract the messages to be translated should be executed the &lt;em&gt;./cake i18n&lt;/em&gt; command.

Thank you again.</description>
		<content:encoded><![CDATA[<p>hi!</p>
<p>nice article, very helpful for me.</p>
<p>A little correction: I&#8217;ve found that to extract the messages to be translated should be executed the <em>./cake i18n</em> command.</p>
<p>Thank you again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Blog Dot Php With cakePHP &#187; Полезные ссылки по cakePHP</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-1980</link>
		<dc:creator>Blog Dot Php With cakePHP &#187; Полезные ссылки по cakePHP</dc:creator>
		<pubDate>Fri, 25 Jan 2008 19:53:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-1980</guid>
		<description>[...] Создание мультиязычного приложения [...]</description>
		<content:encoded><![CDATA[<p>[...] Создание мультиязычного приложения [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bido</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-1903</link>
		<dc:creator>Bido</dc:creator>
		<pubDate>Wed, 28 Nov 2007 16:38:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-1903</guid>
		<description>Hi all!
I just start a new site with cakephp 1.2 and while searching for "Multilingual" example I found this really useful post.

I'd like to implement the "domain.com/en/store/shirts/" web link solution but I'm not able to found a clear tutorial about this...

I just use the admin routing from cakephp manual but I think is not applicable in this situation...

Can you help me? Do you know any tutorial about this procedure?
Tnx!</description>
		<content:encoded><![CDATA[<p>Hi all!<br />
I just start a new site with cakephp 1.2 and while searching for &#8220;Multilingual&#8221; example I found this really useful post.</p>
<p>I&#8217;d like to implement the &#8220;domain.com/en/store/shirts/&#8221; web link solution but I&#8217;m not able to found a clear tutorial about this&#8230;</p>
<p>I just use the admin routing from cakephp manual but I think is not applicable in this situation&#8230;</p>
<p>Can you help me? Do you know any tutorial about this procedure?<br />
Tnx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-41</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Wed, 04 Jul 2007 04:51:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-41</guid>
		<description>Try $this-&gt;pageTitle = __('My page title',true); Note the second parameter, sending the second parameter as 'true' returns the translated string.</description>
		<content:encoded><![CDATA[<p>Try $this->pageTitle = __(&#8217;My page title&#8217;,true); Note the second parameter, sending the second parameter as &#8216;true&#8217; returns the translated string.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jelka</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-40</link>
		<dc:creator>Jelka</dc:creator>
		<pubDate>Tue, 03 Jul 2007 19:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-40</guid>
		<description>Do you by any chance know how to only get the string but not to output in the new cakePHP?

I tried setting page title 
$this-&#62;pageTitle = __('My page title'); 

but this only echos my translated string to output (where it shouldn't) and my page title is not what I want it to be.

Any ideas ?
I was searching tutorials but this does not seem to be covered at so well.</description>
		<content:encoded><![CDATA[<p>Do you by any chance know how to only get the string but not to output in the new cakePHP?</p>
<p>I tried setting page title<br />
$this-&gt;pageTitle = __(&#8217;My page title&#8217;); </p>
<p>but this only echos my translated string to output (where it shouldn&#8217;t) and my page title is not what I want it to be.</p>
<p>Any ideas ?<br />
I was searching tutorials but this does not seem to be covered at so well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DuperMag &#187; Archivo &#187; Que fácil es hacer sitios multi-idioma con CakePHP 1.2</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-13</link>
		<dc:creator>DuperMag &#187; Archivo &#187; Que fácil es hacer sitios multi-idioma con CakePHP 1.2</dc:creator>
		<pubDate>Wed, 13 Jun 2007 16:12:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-13</guid>
		<description>[...] (&#191;klingon quiz&#225;?). Las instrucciones m&#225;s exactas de como lograrlo est&#225;n en el sitio de sanisoft  Por sosa en [...]</description>
		<content:encoded><![CDATA[<p>[...] (&#191;klingon quiz&#225;?). Las instrucciones m&#225;s exactas de como lograrlo est&#225;n en el sitio de sanisoft  Por sosa en [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tarique Sani</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-11</link>
		<dc:creator>Tarique Sani</dc:creator>
		<pubDate>Tue, 12 Jun 2007 15:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-11</guid>
		<description>I prefer doing domain.com/fr/store/ or domain.com/en/store/ would be most appropriate as it indicates a clear hierarchy in URL with two stores one French and one English</description>
		<content:encoded><![CDATA[<p>I prefer doing domain.com/fr/store/ or domain.com/en/store/ would be most appropriate as it indicates a clear hierarchy in URL with two stores one French and one English</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-10</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 12 Jun 2007 14:17:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-10</guid>
		<description>Hi, 

I'm interested to know how you set up your URL strucutre. 

I've done it a few ways, mod-rewritten sub-domains

en.domain.com/store/shirts/

and first url segment

domain.com/en/store/shirts/

last url segment

domain.com/store/shirts/en/

and query string

domain.com/store/shirts.php?lang=en

I've never really decided what is the best semantically. For big apps I now use sub-domain, for smaller I use first url segment ... it's easier to ID it, vs using last url segment which can confuse dispatching (if all URL's in the site do not have the same number of segments ... which is normal, then you have to test the last segment of each url etc ...)

But what is more meaningful ... to imply that there be two "stores"

domain.com/fr/store/
domain.com/en/store/

? or would there be one store, with sub page per lang
domain.com/stores/shirts/fr/
domain.com/stores/shirts/en/

domain.com/home/en/

I'm really interested to know what others think.</description>
		<content:encoded><![CDATA[<p>Hi, </p>
<p>I&#8217;m interested to know how you set up your URL strucutre. </p>
<p>I&#8217;ve done it a few ways, mod-rewritten sub-domains</p>
<p>en.domain.com/store/shirts/</p>
<p>and first url segment</p>
<p>domain.com/en/store/shirts/</p>
<p>last url segment</p>
<p>domain.com/store/shirts/en/</p>
<p>and query string</p>
<p>domain.com/store/shirts.php?lang=en</p>
<p>I&#8217;ve never really decided what is the best semantically. For big apps I now use sub-domain, for smaller I use first url segment &#8230; it&#8217;s easier to ID it, vs using last url segment which can confuse dispatching (if all URL&#8217;s in the site do not have the same number of segments &#8230; which is normal, then you have to test the last segment of each url etc &#8230;)</p>
<p>But what is more meaningful &#8230; to imply that there be two &#8220;stores&#8221;</p>
<p>domain.com/fr/store/<br />
domain.com/en/store/</p>
<p>? or would there be one store, with sub page per lang<br />
domain.com/stores/shirts/fr/<br />
domain.com/stores/shirts/en/</p>
<p>domain.com/home/en/</p>
<p>I&#8217;m really interested to know what others think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; Sanisoft Blog: Multilingual apps with CakePHP</title>
		<link>http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-9</link>
		<dc:creator>developercast.com &#187; Sanisoft Blog: Multilingual apps with CakePHP</dc:creator>
		<pubDate>Mon, 11 Jun 2007 18:29:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.sanisoft.com/blog/2007/06/09/multilingual-apps-with-cakephp/#comment-9</guid>
		<description>[...] the Sanisoft blog today, there&#8217;s a quick tutorial demonstrating how to create a multilingual application with the CakePHP framework:   There are [...]</description>
		<content:encoded><![CDATA[<p>[...] the Sanisoft blog today, there&#8217;s a quick tutorial demonstrating how to create a multilingual application with the CakePHP framework:   There are [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
