<?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: Localizing Content Query Web Part XSL templates</title>
	<atom:link href="http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/</link>
	<description>Innovation Matters &#124; SharePoint Server MVP</description>
	<lastBuildDate>Mon, 26 Jul 2010 17:43:19 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/comment-page-1/#comment-45230</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Thu, 25 Mar 2010 15:38:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/#comment-45230</guid>
		<description>@Qazi: I would say that first of all you need a custom XSLT function to determine whether you need to use the _AR suffix or not. Then using that information you would retrieve the values from the right fields. Depending on how many differences there are between the two languages, you can either use xsl:if or create two separate templates and call one of them depending on the language.</description>
		<content:encoded><![CDATA[<p>@Qazi: I would say that first of all you need a custom XSLT function to determine whether you need to use the _AR suffix or not. Then using that information you would retrieve the values from the right fields. Depending on how many differences there are between the two languages, you can either use xsl:if or create two separate templates and call one of them depending on the language.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Qazi</title>
		<link>http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/comment-page-1/#comment-45214</link>
		<dc:creator>Qazi</dc:creator>
		<pubDate>Thu, 25 Mar 2010 07:14:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/#comment-45214</guid>
		<description>Thank you for this post.
I have a little bit different situation. I have a list from which I am populating values in my CQWP.
This list has 2 columns for each variation, for example 
Title and Title AR (AR for Arabic)
Name and Name AR (AR for Arabic)
First thing, is this the correct approach?
Secondly, I want to display Title and Name when user is in English and Title AR and Name AR when user has arabic settings. 
Please suggest me a way to do it. Should I also create 2 templates and apply conditions or is there any better way to do it?
Thanks</description>
		<content:encoded><![CDATA[<p>Thank you for this post.<br />
I have a little bit different situation. I have a list from which I am populating values in my CQWP.<br />
This list has 2 columns for each variation, for example<br />
Title and Title AR (AR for Arabic)<br />
Name and Name AR (AR for Arabic)<br />
First thing, is this the correct approach?<br />
Secondly, I want to display Title and Name when user is in English and Title AR and Name AR when user has arabic settings.<br />
Please suggest me a way to do it. Should I also create 2 templates and apply conditions or is there any better way to do it?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/comment-page-1/#comment-18469</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Tue, 12 May 2009 15:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/#comment-18469</guid>
		<description>@Rahul: I&#039;m not sure you can get the title of the CQWP into XSLT using the standard CQWP functionality.</description>
		<content:encoded><![CDATA[<p>@Rahul: I&#039;m not sure you can get the title of the CQWP into XSLT using the standard CQWP functionality.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/comment-page-1/#comment-18452</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Tue, 12 May 2009 12:08:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/#comment-18452</guid>
		<description>Any suggestion from your end to achieve localization of the title of a web part will be appreciated.
Actually we don&#039;t want to extend the web part hence I thought XSL might be one option.
Thanks.</description>
		<content:encoded><![CDATA[<p>Any suggestion from your end to achieve localization of the title of a web part will be appreciated.<br />
Actually we don&#039;t want to extend the web part hence I thought XSL might be one option.<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Waldek Mastykarz</title>
		<link>http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/comment-page-1/#comment-18167</link>
		<dc:creator>Waldek Mastykarz</dc:creator>
		<pubDate>Fri, 08 May 2009 09:40:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/#comment-18167</guid>
		<description>@Rahul: It depends where you are displaying it. If you&#039;re using XSLT you can localize it using the method described above. If the title is being rendered on the Web Part title, the answer is no: you would have to localize all the different instances.</description>
		<content:encoded><![CDATA[<p>@Rahul: It depends where you are displaying it. If you&#039;re using XSLT you can localize it using the method described above. If the title is being rendered on the Web Part title, the answer is no: you would have to localize all the different instances.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/comment-page-1/#comment-18166</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 08 May 2009 09:32:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mastykarz.nl/localizing-content-query-web-part-xsl-templates/#comment-18166</guid>
		<description>Hi, Its a nice article.
Please let me know if we can localize the Title field of CQWP, i don&#039;t want to modify the CQWP using SP Designer. Is there a way we can do it in XSL ?.</description>
		<content:encoded><![CDATA[<p>Hi, Its a nice article.<br />
Please let me know if we can localize the Title field of CQWP, i don&#039;t want to modify the CQWP using SP Designer. Is there a way we can do it in XSL ?.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
