<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Geekpedia - Newsgroup: .NET Internationalization</title>
<link>http://www.geekpedia.com/Newsgroup504_NET-Internationalization.html</link>
<description>Latest technology newsgroup threads brought to you by Geekpedia.com.</description>
<copyright>Copyright 2004 - 2008 Geekpedia.com. All rights reserved.</copyright>
<language>en-us</language>
<generator>Geekpedia RSS Generator</generator>
<image><url>http://www.geekpedia.com/Graphics/GeekpediaLogo.png</url><title>Geekpedia - Tech Newsgroups</title><link>http://www.geekpedia.com/Newsgroups.html</link></image>
<item>
<title>satellite assemblies in asp .net web applications</title>
<description>I have a web application project that I'm trying to localize.  I've  translated all the resources, created the language resource files and then  try to build satellite assemblies using resgen.exe and...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread39748_satellite-assemblies-in-asp-net-web-applications.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_satellite-assemblies-in-asp-net-web-applications.html</link>
<guid>http://www.geekpedia.com/Thread_satellite-assemblies-in-asp-net-web-applications.html</guid>
<pubDate>Wed, 19 Nov 2008 14:04:10 -0600</pubDate>
</item>
<item>
<title>Why Name, Parent, Type, &amp; ZOrder in the resx file?</title>
<description>Why is it when we localize the text to a control in a form, in the (Default) resx it adds the Name, Parent, Type, & ZOrder property for each control.  Why? And should we delete those settings or will...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread39544_Why-Name-Parent-Type-ZOrder-in-the-resx-file.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_Why-Name-Parent-Type-ZOrder-in-the-resx-file.html</link>
<guid>http://www.geekpedia.com/Thread_Why-Name-Parent-Type-ZOrder-in-the-resx-file.html</guid>
<pubDate>Tue, 18 Nov 2008 14:55:28 -0600</pubDate>
</item>
<item>
<title>US International Keyboard lost functionality</title>
<description>Using Windows XP SP3 all current updates/drivers:  I've had my keyboard set up as US International for many years now with no  problems. Recently, within the past few days, I have noticed that the...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread37403_US-International-Keyboard-lost-functionality.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_US-International-Keyboard-lost-functionality.html</link>
<guid>http://www.geekpedia.com/Thread_US-International-Keyboard-lost-functionality.html</guid>
<pubDate>Thu, 06 Nov 2008 11:32:08 -0600</pubDate>
</item>
<item>
<title>What is the best way to handle localization?</title>
<description>Hi;  Ok, we now need to localize our Form app. We have the text in all the controls as well as text we set inside our code.  What's the best approach? I just need big picture of which of the various...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread35519_What-is-the-best-way-to-handle-localization.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_What-is-the-best-way-to-handle-localization.html</link>
<guid>http://www.geekpedia.com/Thread_What-is-the-best-way-to-handle-localization.html</guid>
<pubDate>Wed, 29 Oct 2008 12:14:37 -0500</pubDate>
</item>
<item>
<title>setting Russian code page</title>
<description>when installing Russia localized programmes on w2k UK-localised computer all the information which pops up during installation shows as ????? I guess I need to set the main code page (or how it is colled...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread32568_setting-Russian-code-page.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_setting-Russian-code-page.html</link>
<guid>http://www.geekpedia.com/Thread_setting-Russian-code-page.html</guid>
<pubDate>Wed, 15 Oct 2008 04:36:47 -0500</pubDate>
</item>
<item>
<title>excel formula for converting date to Lunar date</title>
<description>i am looking for some MS Excel formula orenviVisal Basic Marco for converting Date to Lunar Date. tks&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread27887_excel-formula-for-converting-date-to-Lunar-date.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_excel-formula-for-converting-date-to-Lunar-date.html</link>
<guid>http://www.geekpedia.com/Thread_excel-formula-for-converting-date-to-Lunar-date.html</guid>
<pubDate>Wed, 03 Sep 2008 06:36:40 -0500</pubDate>
</item>
<item>
<title>Using the IME in a program?</title>
<description>I'm studying Japanese and I want to make myself a little Kanji flashcard  program. This in itself will not be difficult. However, I also want to make  a utility that I can use to update the database...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread26306_Using-the-IME-in-a-program.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_Using-the-IME-in-a-program.html</link>
<guid>http://www.geekpedia.com/Thread_Using-the-IME-in-a-program.html</guid>
<pubDate>Mon, 18 Aug 2008 17:27:38 -0500</pubDate>
</item>
<item>
<title>Localization of C++ template form</title>
<description>This question is based on a problem encountered by a user of my localization  tool.  The user has defined a base class for a windows form as a C++ template  class. Specifically, the declaration looks...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread25961_Localization-of-C-template-form.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_Localization-of-C-template-form.html</link>
<guid>http://www.geekpedia.com/Thread_Localization-of-C-template-form.html</guid>
<pubDate>Sat, 16 Aug 2008 07:28:15 -0500</pubDate>
</item>
<item>
<title>List of installed keyboard layouts?</title>
<description>Hi, I'd like to let my users select a keyboard layout, just like in the Windows input locale bar. How can I do that?  I've tried to use System.Windows.Forms.InputLanguage, but it doesn't seem to...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread25814_List-of-installed-keyboard-layouts.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_List-of-installed-keyboard-layouts.html</link>
<guid>http://www.geekpedia.com/Thread_List-of-installed-keyboard-layouts.html</guid>
<pubDate>Fri, 15 Aug 2008 20:37:11 -0500</pubDate>
</item>
<item>
<title>cialis suisse cialis canada a vendre pharmacie en ligne canada commander cialis canada en ligne cialis Generique Inde</title>
<description>cialis suisse cialis canada a vendre pharmacie en ligne canada commander cialis canada en ligne cialis Generique Inde     +++ SANTE MASCULINE +++ SANTE MASCULINE +++ SANTE MASCULINE +++  +  ACHETER VIAGRA...&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;http://www.geekpedia.com/Thread25377_cialis-suisse-cialis-canada-a-vendre-pharmacie-en-ligne-canada-commander-cialis-canada-en-ligne-cialis-Generique-Inde.html&quot;&gt;View Thread&lt;/a&gt;</description>
<link>http://www.geekpedia.com/Thread_cialis-suisse-cialis-canada-a-vendre-pharmacie-en-ligne-canada-commander-cialis-canada-en-ligne-cialis-Generique-Inde.html</link>
<guid>http://www.geekpedia.com/Thread_cialis-suisse-cialis-canada-a-vendre-pharmacie-en-ligne-canada-commander-cialis-canada-en-ligne-cialis-Generique-Inde.html</guid>
<pubDate>Sat, 09 Aug 2008 09:06:13 -0500</pubDate>
</item>
</channel>
</rss>