<?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 : Multi-language applicati&#111;n</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Multi-language applicati&#111;n]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 20:24:50 +0000</pubDate>
  <lastBuildDate>Wed, 21 Jan 2004 23:25:51 +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=242</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[Multi-language applicati&#111;n : Yeah, would be glat to beta-test...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=831&amp;title=multilanguage-application#831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=186">Russ</a><br /><strong>Subject:</strong> 242<br /><strong>Posted:</strong> 21 January 2004 at 11:25pm<br /><br />Yeah, would be glat to beta-test it too :)]]>
   </description>
   <pubDate>Wed, 21 Jan 2004 23:25:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=831&amp;title=multilanguage-application#831</guid>
  </item> 
  <item>
   <title><![CDATA[Multi-language applicati&#111;n : This next version will be available...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=782&amp;title=multilanguage-application#782</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=218">OlivierMDVY</a><br /><strong>Subject:</strong> 242<br /><strong>Posted:</strong> 13 January 2004 at 9:35am<br /><br /><P>This next version will be available soon ?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Tue, 13 Jan 2004 09:35:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=782&amp;title=multilanguage-application#782</guid>
  </item> 
  <item>
   <title><![CDATA[Multi-language applicati&#111;n : Together with Codejock team we...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=767&amp;title=multilanguage-application#767</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=23">Cezariusz</a><br /><strong>Subject:</strong> 242<br /><strong>Posted:</strong> 10 January 2004 at 6:49am<br /><br />Together with Codejock team we have prepared support for multi-languageapplications. You should see a sample in the next version of Toolkit.]]>
   </description>
   <pubDate>Sat, 10 Jan 2004 06:49:31 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=767&amp;title=multilanguage-application#767</guid>
  </item> 
  <item>
   <title><![CDATA[Multi-language applicati&#111;n : My problem is the same as yours. Nobody...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=761&amp;title=multilanguage-application#761</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=218">OlivierMDVY</a><br /><strong>Subject:</strong> 242<br /><strong>Posted:</strong> 09 January 2004 at 7:18am<br /><br /><P>My problem is the same as yours.</P><P>Nobody knows the solution ?</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 09 Jan 2004 07:18:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=761&amp;title=multilanguage-application#761</guid>
  </item> 
  <item>
   <title><![CDATA[Multi-language applicati&#111;n : Hello, Has anyone managed to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=552&amp;title=multilanguage-application#552</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=23">Cezariusz</a><br /><strong>Subject:</strong> 242<br /><strong>Posted:</strong> 13 November 2003 at 3:13pm<br /><br /><P>Hello,</P><P>Has anyone managed to use XTLib with multi-language application? I mean the application which can change GUI language on user demand.</P><P>I've written such app, using language resources,&nbsp;but after switching language, Xtreme components are still in English, so I see following solutions:</P><OL><LI>Compile XTLib for each language using resources in the Xtreme distribution, but in this case I have to prepare separate install for each language or put all libs (very big) in install and choose one of them when installing, don't like it.</LI><LI>Create separate language resource DLLs for Xtreme and switch XT's resource handle on fly, but it requires some changes in XT sources (I'd like to have English resources in the base XTLib, and only other languages in separate DLLs) including some ugly hacks.</LI><LI>Include XT resources in my resource DLLs, and make XT use it. Didn't try it yet, but I'm afraid it will confuse my translators because they will see more resources than it's necessary to translate (we're using RLTOOL for translation work)</LI></OL><P>Can you see any other solution? Is there any support from XtLib for this (besides translated resources of course)?</P>]]>
   </description>
   <pubDate>Thu, 13 Nov 2003 15:13:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=242&amp;PID=552&amp;title=multilanguage-application#552</guid>
  </item> 
 </channel>
</rss>