<?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>Thu, 23 May 2013 08:18:26 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Sameer Borate's Blog: Microsoft Bing Translation PHP wrapper]]></title>
      <guid>http://www.phpdeveloper.org/news/16825</guid>
      <link>http://www.phpdeveloper.org/news/16825</link>
      <description><![CDATA[<p>
In a new post to his blog today <i>Sameer Borate</i> spotlights <a href="http://www.codediesel.com/php/microsoft-bing-translate-php-wrapper/">a translation wrapper for Bing</a> that lets you easily use their API to translate text or determine what language the given text is in.
</p>
<blockquote>
Microsoft Language translation is an interesting service. Not only can you do language translation, you can also detect the language of a particular text. The given class provides a PHP wrapper which will help developers translate text from one language to another in a easy manner. The library also supports caching, helping you keep your translations fast and simple.
</blockquote>
<p>
<a href="http://www.codediesel.com/downloads/bing-php">His translation library</a> requires an <a href="http://www.bing.com/developers/createapp.aspx">AppId</a> for configuration and cURL to handle the messaging back and forth. Translation is as easy as calling "translate()" on a string, language fetching with "LanguageNames()" and even converting the text to speech with the "speak()" method.
</p>]]></description>
      <pubDate>Wed, 07 Sep 2011 09:43:25 -0500</pubDate>
    </item>
  </channel>
</rss>
