<?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: Advanced Language Manipulation Tool for EPiServer</title>
	<atom:link href="http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=advanced-language-manipulation-tool-for-episerver</link>
	<description>Code and Effect - solving problem with just enough amount of code - by Adam Najmanowicz</description>
	<lastBuildDate>Tue, 24 Jan 2012 02:15:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: EJay</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-60797</link>
		<dc:creator>EJay</dc:creator>
		<pubDate>Wed, 02 Feb 2011 13:37:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-60797</guid>
		<description>Exactly what I needed, thanks a lot!
Also @andreas for the epi6 changes</description>
		<content:encoded><![CDATA[<p>Exactly what I needed, thanks a lot!<br />
Also @andreas for the epi6 changes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Miklos Kanyo</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-43053</link>
		<dc:creator>Miklos Kanyo</dc:creator>
		<pubDate>Thu, 16 Sep 2010 08:04:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-43053</guid>
		<description>Thanks a lot for this, just what we needed !! :-)

Miklos</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this, just what we needed !! :-)</p>
<p>Miklos</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mari Jørgensen</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-36581</link>
		<dc:creator>Mari Jørgensen</dc:creator>
		<pubDate>Tue, 15 Jun 2010 08:55:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-36581</guid>
		<description>Regarding module on EPiCode and issue with search indexes, see:
&lt;a href=&quot;http://world.episerver.com/Blogs/Mari-Jorgensen/Dates/2010/6/Changes-to-the-Advanced-Language-Manipulation-Tool/&quot; rel=&quot;nofollow&quot;&gt;Changes to the Advanced Language Manipulation Tool&lt;/a&gt; 

/Mari</description>
		<content:encoded><![CDATA[<p>Regarding module on EPiCode and issue with search indexes, see:<br />
<a href="http://world.episerver.com/Blogs/Mari-Jorgensen/Dates/2010/6/Changes-to-the-Advanced-Language-Manipulation-Tool/" rel="nofollow">Changes to the Advanced Language Manipulation Tool</a> </p>
<p>/Mari</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Frederik Vig</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-36307</link>
		<dc:creator>Frederik Vig</dc:creator>
		<pubDate>Wed, 09 Jun 2010 08:47:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-36307</guid>
		<description>@Andreas - The code is on EPiCode (EPiCode.LanguageTool), would be great if you could update it and create an EPiServer CMS 6 version as well :).

Cheers

Frederik</description>
		<content:encoded><![CDATA[<p>@Andreas &#8211; The code is on EPiCode (EPiCode.LanguageTool), would be great if you could update it and create an EPiServer CMS 6 version as well :).</p>
<p>Cheers</p>
<p>Frederik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andreas Nicolaisen</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-35683</link>
		<dc:creator>Andreas Nicolaisen</dc:creator>
		<pubDate>Thu, 27 May 2010 15:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-35683</guid>
		<description>Just for the record; This Tool also work for EPiServer CMS 6.
To get it to work you have to do a few things:
1. Change the EPiServerUI:ToolButton to a regular asp:Button
2. Remove the &quot;Register TagPrefix=&quot;EPiServerUI&quot; asembly=&quot;EPiServer.UI&quot; Namespace=&quot;EPiServer.UI.WebControls&quot; in the top of the LanguangeTool.aspx page
3. Remove the using EPiServer.UI.WebControls; statement in LanguageTool.aspx.cs
5. Add the system.js and the pagetreeview.js files to your solution and change the paths to the correct ones in LanguageTool.aspx page. The files is usually located in C:\Program Files (x86)\EPiServer\CMS\6.0.530.0\Application\UI\CMS\Javascript

Now it should work in CMS 6 as well.

/Andreas</description>
		<content:encoded><![CDATA[<p>Just for the record; This Tool also work for EPiServer CMS 6.<br />
To get it to work you have to do a few things:<br />
1. Change the EPiServerUI:ToolButton to a regular asp:Button<br />
2. Remove the &#8220;Register TagPrefix=&#8221;EPiServerUI&#8221; asembly=&#8221;EPiServer.UI&#8221; Namespace=&#8221;EPiServer.UI.WebControls&#8221; in the top of the LanguangeTool.aspx page<br />
3. Remove the using EPiServer.UI.WebControls; statement in LanguageTool.aspx.cs<br />
5. Add the system.js and the pagetreeview.js files to your solution and change the paths to the correct ones in LanguageTool.aspx page. The files is usually located in C:\Program Files (x86)\EPiServer\CMS\6.0.530.0\Application\UI\CMS\Javascript</p>
<p>Now it should work in CMS 6 as well.</p>
<p>/Andreas</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jens Pettersson</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-35552</link>
		<dc:creator>Jens Pettersson</dc:creator>
		<pubDate>Tue, 25 May 2010 11:27:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-35552</guid>
		<description>Thank you! Worked like a charm. I exported a couple of hundred pages from an EPi 4 site and when I imported them the language was wrong.

This tool saved my day. Thanks!

//J</description>
		<content:encoded><![CDATA[<p>Thank you! Worked like a charm. I exported a couple of hundred pages from an EPi 4 site and when I imported them the language was wrong.</p>
<p>This tool saved my day. Thanks!</p>
<p>//J</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-35400</link>
		<dc:creator>Bruce</dc:creator>
		<pubDate>Sat, 22 May 2010 06:23:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-35400</guid>
		<description>This is a nice plugin, often necessary after migrated a site. The bad thing is that it&#039;s not uploaded to a community source project place like epicode / codeplex etc so the module could be updated by those who use it. 

There is a problem when changing a language like this and not updating all the needed tables. In this case, the tblKeyword is not updated so the SearchDataSource will fail for all searches using the default EPiServer search.

Take a look at this bloggpost and my comment.
 http://world.episerver.com/Blogs/Per-Bjurstrom/Archive/2009/6/Performance-How-to-disable-keyword-indexing-in-SP2/#comment36085</description>
		<content:encoded><![CDATA[<p>This is a nice plugin, often necessary after migrated a site. The bad thing is that it&#8217;s not uploaded to a community source project place like epicode / codeplex etc so the module could be updated by those who use it. </p>
<p>There is a problem when changing a language like this and not updating all the needed tables. In this case, the tblKeyword is not updated so the SearchDataSource will fail for all searches using the default EPiServer search.</p>
<p>Take a look at this bloggpost and my comment.<br />
 <a href="http://world.episerver.com/Blogs/Per-Bjurstrom/Archive/2009/6/Performance-How-to-disable-keyword-indexing-in-SP2/#comment36085" rel="nofollow">http://world.episerver.com/Blogs/Per-Bjurstrom/Archive/2009/6/Performance-How-to-disable-keyword-indexing-in-SP2/#comment36085</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathias Frodin</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-34049</link>
		<dc:creator>Mathias Frodin</dc:creator>
		<pubDate>Tue, 20 Apr 2010 14:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-34049</guid>
		<description>I downloaded the module available from EPiCode  and installed it and everything seemed to work fine. My problem is when I try to click the button to select page to do the convertion from, then I get a a javascript saying &quot;Object required&quot;. That usually means that a system.js is missing but it seems to be there, so what am I missing?</description>
		<content:encoded><![CDATA[<p>I downloaded the module available from EPiCode  and installed it and everything seemed to work fine. My problem is when I try to click the button to select page to do the convertion from, then I get a a javascript saying &#8220;Object required&#8221;. That usually means that a system.js is missing but it seems to be there, so what am I missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Najmanowicz</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-33356</link>
		<dc:creator>Adam Najmanowicz</dc:creator>
		<pubDate>Fri, 02 Apr 2010 08:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-33356</guid>
		<description>Andres, those references are not needed there, they are just copied form my template page where I experiment with things. go ahead and delete the lines referring to those scripts - all the functionality in it is server side.

The reason however for it not working for you might be that
a) haver you applied the stored procedure to your database?
b) are you running the same Episerver version that was current at the time the article was created? I believe it&#039;s CMS 5 R2, but can be off right now. In which case the stored procedure might simply be off in terms of the database structures.</description>
		<content:encoded><![CDATA[<p>Andres, those references are not needed there, they are just copied form my template page where I experiment with things. go ahead and delete the lines referring to those scripts &#8211; all the functionality in it is server side.</p>
<p>The reason however for it not working for you might be that<br />
a) haver you applied the stored procedure to your database?<br />
b) are you running the same Episerver version that was current at the time the article was created? I believe it&#8217;s CMS 5 R2, but can be off right now. In which case the stored procedure might simply be off in terms of the database structures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anders S</title>
		<link>http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/comment-page-1/#comment-33311</link>
		<dc:creator>Anders S</dc:creator>
		<pubDate>Thu, 01 Apr 2010 10:37:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.najmanowicz.com/2009/04/06/advanced-language-manipulation-tool-for-episerver/#comment-33311</guid>
		<description>Hello.

I can not get this to work.

The referense to the two javascript files, 

&quot;/to/javascript/system.js&quot; 
&quot;/to/javascript/pagetreeview.js&quot; 


What should that be?
It seems that they can not be found.


Regards,

Anders</description>
		<content:encoded><![CDATA[<p>Hello.</p>
<p>I can not get this to work.</p>
<p>The referense to the two javascript files, </p>
<p>&#8220;/to/javascript/system.js&#8221;<br />
&#8220;/to/javascript/pagetreeview.js&#8221; </p>
<p>What should that be?<br />
It seems that they can not be found.</p>
<p>Regards,</p>
<p>Anders</p>
]]></content:encoded>
	</item>
</channel>
</rss>

