<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Designer XI 3 New Feature: Translation Manager</title>
	<atom:link href="http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/</link>
	<description>...you are in a twisty maze of passageways, all different...</description>
	<lastBuildDate>Thu, 09 Sep 2010 09:57:30 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Alex Gory</title>
		<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/comment-page-1/#comment-888</link>
		<dc:creator>Alex Gory</dc:creator>
		<pubDate>Tue, 10 Nov 2009 20:10:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=127#comment-888</guid>
		<description>Hi Dave,

By cost, I was talking about the time spent to perform the translation... You have to go through any single name, description,...
I wonder if someone already did it...</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>By cost, I was talking about the time spent to perform the translation&#8230; You have to go through any single name, description,&#8230;<br />
I wonder if someone already did it&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/comment-page-1/#comment-887</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Tue, 10 Nov 2009 16:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=127#comment-887</guid>
		<description>Hi, Alex, I personally have not tested the translation manager. In theory I get how it works and how it solves a need. But I have not had the opportunity to investigate what sort of overhead it brings. I&#039;m not sure if that&#039;s what you meant by &quot;cost&quot; or if you were literally talking about the cost of getting the names and other attributes translated...</description>
		<content:encoded><![CDATA[<p>Hi, Alex, I personally have not tested the translation manager. In theory I get how it works and how it solves a need. But I have not had the opportunity to investigate what sort of overhead it brings. I&#8217;m not sure if that&#8217;s what you meant by &#8220;cost&#8221; or if you were literally talking about the cost of getting the names and other attributes translated&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Gory</title>
		<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/comment-page-1/#comment-878</link>
		<dc:creator>Alex Gory</dc:creator>
		<pubDate>Fri, 06 Nov 2009 15:10:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=127#comment-878</guid>
		<description>Hi all,

I&#039;ve briefly tested the Translation Manager and I suspect 2 major drawbacks :
1) Dave, as you say in your first paragraph : &quot;The data itself is not translated by this tool&quot;. There&#039;s no help for the translation... when it would be VERY helpful. Even a simple &quot;word for word&quot; translation would be appreciated.
2) The cost in translation then maintenance seems very heavy...

Do you agree ? Is there anything I missed ?</description>
		<content:encoded><![CDATA[<p>Hi all,</p>
<p>I&#8217;ve briefly tested the Translation Manager and I suspect 2 major drawbacks :<br />
1) Dave, as you say in your first paragraph : &#8220;The data itself is not translated by this tool&#8221;. There&#8217;s no help for the translation&#8230; when it would be VERY helpful. Even a simple &#8220;word for word&#8221; translation would be appreciated.<br />
2) The cost in translation then maintenance seems very heavy&#8230;</p>
<p>Do you agree ? Is there anything I missed ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/comment-page-1/#comment-454</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Thu, 04 Dec 2008 14:46:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=127#comment-454</guid>
		<description>Thanks Dave.  I see what you are saying.  Hopefully BO will agree that Custom Languages would be a great addition.</description>
		<content:encoded><![CDATA[<p>Thanks Dave.  I see what you are saying.  Hopefully BO will agree that Custom Languages would be a great addition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/comment-page-1/#comment-453</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Thu, 04 Dec 2008 02:32:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=127#comment-453</guid>
		<description>Hi, Alan, I don&#039;t know if this would be easier or not. What you would have to do is set up a custom class (or classes) that are unique to each client or location. Suppose that Client A wants to call something &quot;Region&quot; and Client B wants to call it &quot;District&quot; and the default object is called &quot;Area&quot; instead. Your universe would have a special class for Client A where they have an object called Region that is built as @Select(Class\Area). Client B would have a special class where their object District is also made with @Select(Class\Area). Then you would have to include security rules so that each client sees only their classes and no others.

It&#039;s messy. :) I don&#039;t think I would really want to do it that way. Plus your reports would use the source object Area and not the custom renamed object, whereas with your SDK solution you are not breaking any reports.

I&#039;m holding out for custom languages. 8-)</description>
		<content:encoded><![CDATA[<p>Hi, Alan, I don&#8217;t know if this would be easier or not. What you would have to do is set up a custom class (or classes) that are unique to each client or location. Suppose that Client A wants to call something &#8220;Region&#8221; and Client B wants to call it &#8220;District&#8221; and the default object is called &#8220;Area&#8221; instead. Your universe would have a special class for Client A where they have an object called Region that is built as @Select(Class\Area). Client B would have a special class where their object District is also made with @Select(Class\Area). Then you would have to include security rules so that each client sees only their classes and no others.</p>
<p>It&#8217;s messy. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  I don&#8217;t think I would really want to do it that way. Plus your reports would use the source object Area and not the custom renamed object, whereas with your SDK solution you are not breaking any reports.</p>
<p>I&#8217;m holding out for custom languages. <img src='http://www.dagira.com/wp-includes/images/smilies/icon_cool.gif' alt='8-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/comment-page-1/#comment-452</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Wed, 03 Dec 2008 22:26:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=127#comment-452</guid>
		<description>Hey Dave, I&#039;m curious about your last paragraph &quot;Today you can do this with the @Select() function...&quot;.  Can you elaborate a little more on that?  We&#039;ve got a batch process running the Designer SDK to do a bunch of renames on the universe to handle these custom names.  I&#039;m looking for an easier way to accomplish that.</description>
		<content:encoded><![CDATA[<p>Hey Dave, I&#8217;m curious about your last paragraph &#8220;Today you can do this with the @Select() function&#8230;&#8221;.  Can you elaborate a little more on that?  We&#8217;ve got a batch process running the Designer SDK to do a bunch of renames on the universe to handle these custom names.  I&#8217;m looking for an easier way to accomplish that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Charles</title>
		<link>http://www.dagira.com/2008/10/27/designer-xi-3-new-feature-translation-manager/comment-page-1/#comment-396</link>
		<dc:creator>Charles</dc:creator>
		<pubDate>Fri, 31 Oct 2008 09:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/?p=127#comment-396</guid>
		<description>This is going to be a valuable feature for us here in Europe.  We&#039;ll be able to deploy the same univer in English, french, Italian etc.  We&#039;ll also be able to create American versions :-)</description>
		<content:encoded><![CDATA[<p>This is going to be a valuable feature for us here in Europe.  We&#8217;ll be able to deploy the same univer in English, french, Italian etc.  We&#8217;ll also be able to create American versions <img src='http://www.dagira.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
