<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : change language on built-in Toolkit messages?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : change language on built-in Toolkit messages?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 15:37:41 +0000</pubDate>
  <lastBuildDate>Wed, 23 Sep 2009 16:06:34 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=15151</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[change language on built-in Toolkit messages? : I would like to be able to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53400&amp;title=change-language-on-builtin-toolkit-messages#53400</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4876">unknow</a><br /><strong>Subject:</strong> 15151<br /><strong>Posted:</strong> 23 September 2009 at 4:06pm<br /><br /><P>I would like to be able to change the default Toolkit messages which are displayed in english, for example the reportcontrol header text : "Drag a column header here to group by column"</P><DIV>I don't mind to do it within the code since I will compile an executable for each language... so I do it either in my code or my Application ressources.</DIV><DIV>&nbsp;</DIV><DIV>But I don't want to have to edit the Toolkit code and having to recompile it, I want to keep it 100% standard.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Wed, 23 Sep 2009 16:06:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53400&amp;title=change-language-on-builtin-toolkit-messages#53400</guid>
  </item> 
  <item>
   <title><![CDATA[change language on built-in Toolkit messages? : Hi,  I&amp;#039;m not sure now what...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53361&amp;title=change-language-on-builtin-toolkit-messages#53361</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15151<br /><strong>Posted:</strong> 23 September 2009 at 3:30am<br /><br /><DIV>Hi,</DIV><DIV>&nbsp;</DIV><DIV>I'm not sure now what you need . You need code or resource file where you want change string ?</DIV><DIV></DIV><DIV></DIV><DIV>See translations in Source\ReportControl\res&nbsp; folder.</DIV>]]>
   </description>
   <pubDate>Wed, 23 Sep 2009 03:30:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53361&amp;title=change-language-on-builtin-toolkit-messages#53361</guid>
  </item> 
  <item>
   <title><![CDATA[change language on built-in Toolkit messages? : Thanks for your reply, I don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53356&amp;title=change-language-on-builtin-toolkit-messages#53356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4876">unknow</a><br /><strong>Subject:</strong> 15151<br /><strong>Posted:</strong> 22 September 2009 at 6:40pm<br /><br />Thanks for your reply, I don't mind a static behavior as I will probably link a version of my application for each language with ressources in different languages ID;<DIV>&nbsp;</DIV><DIV>For example, if I would like to change the report control messages in the ReportControl sample, where would it be done?</DIV><DIV>&nbsp;</DIV><DIV>Thankx!</DIV>]]>
   </description>
   <pubDate>Tue, 22 Sep 2009 18:40:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53356&amp;title=change-language-on-builtin-toolkit-messages#53356</guid>
  </item> 
  <item>
   <title><![CDATA[change language on built-in Toolkit messages? : Hi,  There will be problem to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53328&amp;title=change-language-on-builtin-toolkit-messages#53328</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 15151<br /><strong>Posted:</strong> 22 September 2009 at 3:43am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>There will be problem to change some messages dynamically :( See constructor of CXTPReportPaintManager - this message loaded in constructor and never changed. So to refresh it you have manually set new paint manager for all reports:</DIV><DIV>&nbsp;</DIV><DIV>wndReport.SetPaintManager(new CXTPReportPaintManager ());</DIV><DIV>&nbsp;</DIV><DIV>to load dynamically build langauge dlls (Workspace\Resource) and load with XTPResourceManager()-&gt;SetResourceFile(Path);</DIV>]]>
   </description>
   <pubDate>Tue, 22 Sep 2009 03:43:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53328&amp;title=change-language-on-builtin-toolkit-messages#53328</guid>
  </item> 
  <item>
   <title><![CDATA[change language on built-in Toolkit messages? : Hi; any news regarding this help...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53323&amp;title=change-language-on-builtin-toolkit-messages#53323</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4876">unknow</a><br /><strong>Subject:</strong> 15151<br /><strong>Posted:</strong> 21 September 2009 at 5:27pm<br /><br />Hi; any news regarding this help advice request ?]]>
   </description>
   <pubDate>Mon, 21 Sep 2009 17:27:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=53323&amp;title=change-language-on-builtin-toolkit-messages#53323</guid>
  </item> 
  <item>
   <title><![CDATA[change language on built-in Toolkit messages? : Hi; I&amp;#039;d like to make my application...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=52922&amp;title=change-language-on-builtin-toolkit-messages#52922</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4876">unknow</a><br /><strong>Subject:</strong> 15151<br /><strong>Posted:</strong> 10 September 2009 at 6:56pm<br /><br />Hi; I'd like to make my application multi-language and I know there is a sample about that, so I'll look more into it <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0"><DIV>&nbsp;</DIV><DIV>But, I would like to know how to change dynamically and also at build time the language for built-in Toolkit messages;</DIV><DIV>&nbsp;</DIV><DIV>For example, the ReportControl group header displays "Drag a column header here to group by that column"</DIV><DIV>&nbsp;</DIV><DIV>How can I change this message into German, Spanish or French, dynamically and also a build time with VisualStudio?</DIV><DIV>&nbsp;</DIV><DIV>Thankx!</DIV>]]>
   </description>
   <pubDate>Thu, 10 Sep 2009 18:56:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=15151&amp;PID=52922&amp;title=change-language-on-builtin-toolkit-messages#52922</guid>
  </item> 
 </channel>
</rss>