<?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: String localization with gettext and Zend Framework</title>
	<atom:link href="http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/</link>
	<description>Drupal, PHP and web developing</description>
	<lastBuildDate>Thu, 22 Jul 2010 05:51:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Claudio Cicali</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-1143</link>
		<dc:creator>Claudio Cicali</dc:creator>
		<pubDate>Wed, 18 Nov 2009 11:12:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-1143</guid>
		<description>Thank you. This guide was exactly what I was looking for :)</description>
		<content:encoded><![CDATA[<p>Thank you. This guide was exactly what I was looking for <img src='http://www.tornstrand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-189</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 17 Nov 2008 07:28:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-189</guid>
		<description>Jacob: You should check out my post on localizing error messages with Zend Framework, there I have an example of how you could use the translate class from your controller. Check it out at: http://www.tornstrand.com/2008/06/27/zend_form-customlocalized-error-messages/</description>
		<content:encoded><![CDATA[<p>Jacob: You should check out my post on localizing error messages with Zend Framework, there I have an example of how you could use the translate class from your controller. Check it out at: <a href="http://www.tornstrand.com/2008/06/27/zend_form-customlocalized-error-messages/" rel="nofollow">http://www.tornstrand.com/2008/06/27/zend_form-customlocalized-error-messages/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-153</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Thu, 23 Oct 2008 08:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-153</guid>
		<description>Hello, 

Thanks for the tutorial. I has been of great help :).
I was wondering, is it also possible to use the translations in the controller and not in the view. For example if I want to sent an errormsg to the view it is easy to call the translation allready in the controller.

Thanks in advance,
Jacob</description>
		<content:encoded><![CDATA[<p>Hello, </p>
<p>Thanks for the tutorial. I has been of great help <img src='http://www.tornstrand.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .<br />
I was wondering, is it also possible to use the translations in the controller and not in the view. For example if I want to sent an errormsg to the view it is easy to call the translation allready in the controller.</p>
<p>Thanks in advance,<br />
Jacob</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-105</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 24 Sep 2008 05:55:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-105</guid>
		<description>Ivo: Yes, I beleive that&#039;s the way to go.</description>
		<content:encoded><![CDATA[<p>Ivo: Yes, I beleive that&#8217;s the way to go.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ivo</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-101</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Tue, 23 Sep 2008 17:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-101</guid>
		<description>Hello!

First, thanks for this explation!

How I can define the lang, when I decide ignore the HTTP_ACCEPT_LANGUAGE header sent by browsers? I must use &quot;setlocale&quot;?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hello!</p>
<p>First, thanks for this explation!</p>
<p>How I can define the lang, when I decide ignore the HTTP_ACCEPT_LANGUAGE header sent by browsers? I must use &#8220;setlocale&#8221;?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-32</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 18 Aug 2008 07:20:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-32</guid>
		<description>Ceriak: Absolutely, you should probably set the lang and xml:lang declarations dynamically based on the current language selection.</description>
		<content:encoded><![CDATA[<p>Ceriak: Absolutely, you should probably set the lang and xml:lang declarations dynamically based on the current language selection.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ceriak</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-31</link>
		<dc:creator>Ceriak</dc:creator>
		<pubDate>Sat, 16 Aug 2008 14:41:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-31</guid>
		<description>Please be aware of the lang and xml:lang attributes as well. There’s nothing more wrong than using an inproper explicit language on the texts.</description>
		<content:encoded><![CDATA[<p>Please be aware of the lang and xml:lang attributes as well. There’s nothing more wrong than using an inproper explicit language on the texts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voogzy</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-8</link>
		<dc:creator>voogzy</dc:creator>
		<pubDate>Wed, 23 Apr 2008 12:23:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-8</guid>
		<description>Great tutorial... Helped a lot!

Maybe you could add a section about translating &quot;dinamic&quot; strings. Like those read from a database and output from variables. since they are not found by poedit in the source code of your project.

I solved it with an additional file and just listed all the different possible strings. enclosed in the function name offcorse.

just a taught...</description>
		<content:encoded><![CDATA[<p>Great tutorial&#8230; Helped a lot!</p>
<p>Maybe you could add a section about translating &#8220;dinamic&#8221; strings. Like those read from a database and output from variables. since they are not found by poedit in the source code of your project.</p>
<p>I solved it with an additional file and just listed all the different possible strings. enclosed in the function name offcorse.</p>
<p>just a taught&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-5</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 03 Apr 2008 06:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-5</guid>
		<description>Thank you Thomas, I&#039;ll be sure to implement the improvements you mentioned!</description>
		<content:encoded><![CDATA[<p>Thank you Thomas, I&#8217;ll be sure to implement the improvements you mentioned!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas</title>
		<link>http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/comment-page-1/#comment-4</link>
		<dc:creator>Thomas</dc:creator>
		<pubDate>Mon, 31 Mar 2008 19:00:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tornstrand.com/2008/03/29/string-localization-with-gettext-and-zend-framework/#comment-4</guid>
		<description>Hy Peter,

nice description and good work. Just 2 things you could improve...

1) You should/could use Directory Search instead of addTranslation().
2) And you do not need to initiate Zend_Locale and call setLocale()... instead you could just use the locale &quot;auto&quot; with directory search.

Greetings
Thomas Weidner</description>
		<content:encoded><![CDATA[<p>Hy Peter,</p>
<p>nice description and good work. Just 2 things you could improve&#8230;</p>
<p>1) You should/could use Directory Search instead of addTranslation().<br />
2) And you do not need to initiate Zend_Locale and call setLocale()&#8230; instead you could just use the locale &#8220;auto&#8221; with directory search.</p>
<p>Greetings<br />
Thomas Weidner</p>
]]></content:encoded>
	</item>
</channel>
</rss>
