<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Fri, 09 Jan 2009 08:19:18 -0600</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Gabi Solomon's Blog: Using Zend Framework Language Component]]></title>
      <guid>http://www.phpdeveloper.org/news/11615</guid>
      <link>http://www.phpdeveloper.org/news/11615</link>
      <description><![CDATA[<p>
<i>Gabi Solomon</i> as a <a href="http://www.gsdesign.ro/blog/using-zend-framework-language-component/">recent post</a> to his blog about using the routing in the Zend Framework to add a multi-language component to your site.
</p>
<blockquote>
Today i will continue the series of articles on the <a href="http://www.gsdesign.ro/blog/tag/zend-framework/">Zend Framework</a> and i am going to talk about how i come to use the language component from Zend. The way i decided to go with it is by having a <a href="http://framework.zend.com/manual/en/zend.controller.plugins.html">controller plugin</a> that starts the language component and also detects the language.
</blockquote>
<p>
He shows the creation of the bootstrap file to handle the different language requests in the URL and how to register the plugin for the application to use later on (GSD_Controller_Plugin_Language). The code for the plugin is included - it uses the Zend_Locale and Zend_Translate components to handle the translation between languages. This lets you push information out to the view and have the framework automatically translate it to the right language for you based on the URL.
</p>]]></description>
      <pubDate>Tue, 23 Dec 2008 13:27:55 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Developer.com: Build Multi-lingual Websites With the Zend Framework]]></title>
      <guid>http://www.phpdeveloper.org/news/8060</guid>
      <link>http://www.phpdeveloper.org/news/8060</link>
      <description><![CDATA[<p>
Developer.com has a <a href="http://www.developer.com/tech/article.php/3683571">new tutorial</a> posted today dealing with a specific use of one of the more popular PHP frameworks currently, the <a href="http://framework.zend.com">Zend Framework</a>, and using it to create multi-lingual websites from <i>Jason Gilmore</i>.
</p>
<blockquote>
Despite my best attempts I'm unable to speak this array of languages, but as a Web developer I wanted to create the most efficient means for hosting a multi-lingual support site, and then work with native speakers to translate the English material. Because the support site runs the Zend Framework, naturally I wondered whether some sort of translation component was available, and sure enough a quick perusal of the <a href="http://framework.zend.com/">Zend Framework</a> website turned up <a href="http://framework.zend.com/manual/en/zend.translate.html">Zend_Translate</a>. In this brief tutorial I'll document how I'm using the Zend Framework to make my website available to the world.
</blockquote>
<p>
<i>Jason</i> breaks up <a href="http://www.developer.com/tech/article.php/3683571">the article</a> into two main sections - an introduction to using the Zend_Translate component and examples of it in action (including the creation of CSV files to trade out the translations.
</p>]]></description>
      <pubDate>Fri, 15 Jun 2007 13:29:54 -0500</pubDate>
    </item>
  </channel>
</rss>
