<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Localizing Forms – Service Request Example</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/02/25/localizing-forms-service-request-example.aspx</link><description>This blog post is intended for software development engineers building advanced solutions for Service Manager and have a need to localize their solutions. 
 Before reading this post, please check out this blog post on localizing content in management</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Localizing Forms – Service Request Example</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/02/25/localizing-forms-service-request-example.aspx#3471028</link><pubDate>Thu, 15 Dec 2011 10:57:48 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3471028</guid><dc:creator>Georges Mouawad</dc:creator><description>&lt;p&gt;Dear Travis,&lt;/p&gt;
&lt;p&gt;I’m trying to create like an action log ( on SCSM 2010 ) .. I want to show the text written in a textbox into a log … but the data is not saved in the database ..&lt;/p&gt;
&lt;p&gt;I want to know what is the link which can connect the textbox into the log and the record in the log with the database&lt;/p&gt;
&lt;p&gt;thank you&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3471028" width="1" height="1"&gt;</description></item><item><title>re: Localizing Forms – Service Request Example</title><link>http://blogs.technet.com/b/servicemanager/archive/2010/02/25/localizing-forms-service-request-example.aspx#3418767</link><pubDate>Tue, 05 Apr 2011 13:56:08 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:3418767</guid><dc:creator>Kris Senden</dc:creator><description>&lt;p&gt;I&amp;#39;ve done everything like it is explained in this blogpost but my custom form is not localized and it always uses the FallbackValue of the binding for displaying strings. Am I missing something?&lt;/p&gt;
&lt;p&gt;Also, in my custom form I am displaying several message boxes, is there anyway I can use a DisplayString defined in the management pack to display on the message box?&lt;/p&gt;
&lt;p&gt;For reference in the managment pack I have the following:&lt;/p&gt;
&lt;p&gt; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;Presentation&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Forms&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Form ID=&amp;quot;Form.WorkEffort&amp;quot; Accessibility=&amp;quot;Public&amp;quot; Target=&amp;quot;Incident.WorkEffort.All&amp;quot; Assembly=&amp;quot;Assembly.WorkEffort&amp;quot; TypeName=&amp;quot;Ferranti.ServiceManager.WorkEffort&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Category&amp;gt;Form&amp;lt;/Category&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FormStrings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;FormString ID=&amp;quot;Form_Title&amp;quot;&amp;gt;$MPElement[Name=&amp;quot;Form_Caption&amp;quot;]$&amp;lt;/FormString&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/FormStrings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/Form&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Forms&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;StringResources&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;StringResource ID=&amp;quot;Form_Caption&amp;quot;/&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/StringResources&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/Presentation&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;LanguagePacks&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;LanguagePack ID=&amp;quot;ENU&amp;quot; IsDefault=&amp;quot;true&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DisplayStrings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DisplayString ElementID=&amp;quot;Form_Caption&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Name&amp;gt;Registered efforst for incident {0}&amp;lt;/Name&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/DisplayString&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/DisplayStrings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/LanguagePack&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;LanguagePack ID=&amp;quot;NLD&amp;quot; IsDefault=&amp;quot;false&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DisplayStrings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;DisplayString ElementID=&amp;quot;Form_Caption&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Name&amp;gt;Geregistreerde prestatues voor incident {0}&amp;lt;/Name&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/DisplayString&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;/DisplayStrings&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/LanguagePack&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/LanguagePacks&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;...&lt;/p&gt;
&lt;p&gt;In my custom form I have the following:&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Window.Title&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;lt;Binding RelativeSource=&amp;quot;{RelativeSource FindAncestor, AncestorType={x:Type views:FormView}}&amp;quot; Path=&amp;quot;Strings[Form_Title].Value&amp;quot; FallbackValue=&amp;quot;[Registered efforts for incident {0}]&amp;quot; /&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;/Window.Title&amp;gt;&lt;/p&gt;
&lt;p&gt;When I open my form (inside service manager), the form&amp;#39;s title is [Registered efforts for incident {0}], which is the FallbackValue.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=3418767" width="1" height="1"&gt;</description></item></channel></rss>