<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/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/" xmlns:cs="http://blogs.iis.net/"><channel><title>IIS7 - Extensibility</title><link>http://forums.iis.net/1042.aspx</link><description>Problems developing a IIS 7 module using Native or Managed code - come here for help from the experts.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Localizable administration screen</title><link>http://forums.iis.net/thread/1910064.aspx</link><pubDate>Mon, 13 Jul 2009 03:41:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910064</guid><dc:creator>DF_Frederic</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1910064.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1042&amp;PostID=1910064</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Maybe I posted in the wrong forum regarding this subject?&amp;nbsp; I don&amp;#39;t mind to post it in the right one is this is the case.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Edit:&amp;nbsp;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The resource DLL was not deployed properly. &amp;nbsp; It&amp;#39;s been working fine for a while but forgot to update the thread.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Localizable administration screen</title><link>http://forums.iis.net/thread/1909541.aspx</link><pubDate>Wed, 08 Jul 2009 02:04:02 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1909541</guid><dc:creator>DF_Frederic</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1909541.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1042&amp;PostID=1909541</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m trying to make the administration screen of our module multilingual but for now my tests doesn&amp;#39;t seem to work.&amp;nbsp; IIS7 admin screen do work properly. When we install the japanese language pack on w2k8, IIS7 admin screens works fine but not ours for now.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What make it a little bit difficult is that since all pages are abtract, you have to make you GUI by hand for all page objects. In the case of the DialogPage, you can always get away by&amp;nbsp; creating a user control and add it at run time but still in that case, the language was not changed.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;What is the procedure and gotcha that I have to be careful when making it multilingual?&amp;nbsp; For now, for testing pupose, I separated the code of my derived ModuleListPage control&amp;nbsp; in a partial class to make it similar to the way visual studio would make it (not necessary but remove the clutter from the main class). I gave it for testing the same name VS would give it but I don&amp;#39;t think that a problem.&amp;nbsp; I created all the column headers, set the strings by hand in the resource file, then I apply them with the ComponentResrouceManager.ApplyResources. For the main language, it works well. for Japanese, it doesn&amp;#39;t show it.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;I didn&amp;#39;t set in the resource the $this.Localizable variable since I cannot set the &amp;quot;others&amp;quot; resource like Visual studio do since it doesn&amp;#39;t let me do it (I need to figure out how to do this one since I need to adjust the size of controls for the other language).&amp;nbsp; I don&amp;#39;t think that&amp;#39;s the cause since the localized user control that contain that information ($this.Localizable) generated by VS in its resource file didn&amp;#39;t react when inserted in a ModuleDialogPage. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Any information about the subject will be greatly appreciated. &lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>