<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>zoe.vc &#187; frontend</title>
	<atom:link href="http://www.zoe.vc/tag/frontend/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zoe.vc</link>
	<description>development &#38; freelancing blog</description>
	<lastBuildDate>Mon, 30 Jan 2012 07:03:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FE-Plugin bei mehrsprachigem Typo3</title>
		<link>http://www.zoe.vc/2009/fe-plugin-bei-mehrsprachigem-typo3/</link>
		<comments>http://www.zoe.vc/2009/fe-plugin-bei-mehrsprachigem-typo3/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 11:26:07 +0000</pubDate>
		<dc:creator>Alex (zoe.vc)</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[TYPO3]]></category>
		<category><![CDATA[frontend]]></category>
		<category><![CDATA[I18n]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Typo3]]></category>

		<guid isPermaLink="false">http://www.zoe.vc/?p=58</guid>
		<description><![CDATA[Also jedes mal, wenn ich eine mehrsprachige Typo3-Seite erstellen, komme ich durcheinander mit den Sprachen. Und ich vergesse jedes mal, wie man einem Frontend-Plugin sagt, dass es die durch $this-&#62;pi_getLL($key) ausgegebenen Texte lokalisiert. Und das geht so: class tx_extkey_piX extends tslib_pibase { function main() { $this-&#62;sys_language_uid = (int) t3lib_div::_GP('L'); ... } }]]></description>
			<content:encoded><![CDATA[<p>Also jedes mal, wenn ich eine mehrsprachige Typo3-Seite erstellen, komme ich durcheinander mit den Sprachen. Und ich vergesse jedes mal, wie man einem Frontend-Plugin sagt, dass es die durch <em>$this-&gt;pi_getLL($key) </em>ausgegebenen Texte lokalisiert. Und das geht so:</p>
<pre class="php">class tx_extkey_piX extends tslib_pibase {
   function main() {
      $this-&gt;sys_language_uid = (int) t3lib_div::_GP('L');
      ...
   }
}</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.zoe.vc/2009/fe-plugin-bei-mehrsprachigem-typo3/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

