<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Possible to add parameter to choose correct language?"]]></title>
		<link>https://proxy2.de/forum/posts/list/5.php</link>
		<description><![CDATA[Latest messages posted in the topic "Possible to add parameter to choose correct language?"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Possible to add parameter to choose correct language?</title>
				<description><![CDATA[ I've read several posts about changing languages while opening the Guestbook, but it doesn't fit to my situation.<br /> <br /> In the website menu there are three differant languages : dutch, english and german.The three seperate links to the guestbook is normaly : ././index.php<br /> <br /> Is it possible to give an extra parameter so that the correct language wil be added to the lay-out? E.g. what you have to change in the adminsection - general settings?<br /> <br /> Now I have filled up the dutch langmodule with english and german phrases, but this is not a good solution whole the way.<br /> Using some german characters like ä or ü will give a unreadble characters. (Strange - the german langmodule seems to work correctly if you use that mod., but even when I copy phrases from there into the dutch langmodule it failed.<br /> But that problem is solved if it is possible to extend the link with a parameter for correct language.)<br /> <br /> But anyway, it is a great Guestbook and nice scripts to work with!]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6407/22576.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6407/22576.php</link>
				<pubDate><![CDATA[Tue, 17 Apr 2007 14:30:53]]> GMT</pubDate>
				<author><![CDATA[ aapdesign]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ The guestbook will honour the language you have set in the lang variable of a cookie. Just have your site write a cookie dependant on what language the guest is using.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6407/22580.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6407/22580.php</link>
				<pubDate><![CDATA[Tue, 17 Apr 2007 21:27:04]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Thanks for reply.<br /> How should this cooky loke like?<br /> I'm no so familiar in writing cookies?<br /> <br /> And how does this works?<br /> Does it means that a viewer in Germany gets the german lang layout? <br /> And a dutch viewer the dutch langmod?<br /> And all this in one link from the menu?<br /> On what  preferences on viewers PC is this depending?<br /> <br /> (I hope you understand my poor English...)]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6407/22581.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6407/22581.php</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 13:08:32]]> GMT</pubDate>
				<author><![CDATA[ aapdesign]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ YThe easiest way would be to use PHP pages for each section and put this right at the start of the page before everything else.<br /> <br /> &lt;?php setcookie("lang", "german"); ?&gt;<br /> <br /> Changing the german to dutch or english as appropriate.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6407/22582.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6407/22582.php</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 18:24:02]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ aha, I have to made a new php page myself as link to the guestbook with this:<br /> <br /> &lt;?php setcookie("lang", "german"); ?&gt; <br /> <br /> and than redirect to index.php ?<br /> Btw how do I redirect in php?...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6407/22583.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6407/22583.php</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 18:53:10]]> GMT</pubDate>
				<author><![CDATA[ aapdesign]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ header("Location: <a class="snap_shots" href="http://yourdomain/guestbook/index.php" target="_blank" rel="nofollow">http://yourdomain/guestbook/index.php</a>");<br /> <br /> Again it must be at the start of the page but after the cookie bit.]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6407/22584.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6407/22584.php</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 18:56:07]]> GMT</pubDate>
				<author><![CDATA[ Carbonize]]></author>
			</item>
			<item>
				<title></title>
				<description><![CDATA[ Perhaps you will check out this testsite:<br /> <br /> <a class="snap_shots" href="http://85.92.144.84/~daytona/test/" target="_blank" rel="nofollow">http://85.92.144.84/~daytona/test/</a><br /> <br /> and then pls tell me where to past the php rule you give me first...]]></description>
				<guid isPermaLink="true">https://proxy2.de/forum/posts/preList/6407/22585.php</guid>
				<link>https://proxy2.de/forum/posts/preList/6407/22585.php</link>
				<pubDate><![CDATA[Wed, 18 Apr 2007 19:31:06]]> GMT</pubDate>
				<author><![CDATA[ aapdesign]]></author>
			</item>
	</channel>
</rss>