<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.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/"><channel><title>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Silverlight Localization</title><link>http://forums.silverlight.net/forums/thread/131966.aspx</link><pubDate>Sun, 16 Nov 2008 19:47:27 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:131966</guid><dc:creator>slyi</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/131966.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=131966</wfw:commentRss><description>&lt;p&gt;Yes the resx model is silverlight loc model aswell. You&amp;nbsp;have two options keep xap size low&lt;/p&gt;
&lt;p&gt;1. Load all the&amp;nbsp;application&amp;nbsp;resources for a culture&amp;nbsp;on demand &lt;a href="http://wpf-e.spaces.live.com/blog/cns!2B248D261D0E0035!407.entry"&gt;http://wpf-e.spaces.live.com/blog/cns!2B248D261D0E0035!407.entry&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. Load the loc resources as you use a control &lt;a href="http://wpf-e.spaces.live.com/blog/cns!2B248D261D0E0035!458.entry"&gt;http://wpf-e.spaces.live.com/blog/cns!2B248D261D0E0035!458.entry&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Silverlight Localization</title><link>http://forums.silverlight.net/forums/thread/131917.aspx</link><pubDate>Sun, 16 Nov 2008 15:32:53 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:131917</guid><dc:creator>tanmoy.r</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/131917.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=131917</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;a href="http://msdn.microsoft.com/en-us/library/cc838238%28VS.95%29.aspx"&gt;This &lt;/a&gt;link might be helpul.&lt;/p&gt;&lt;p&gt;BTW in our application we generally use xml that contains localized texts and they are hosted in the web site. The application downloads them and show the localized text according to user location or preference. For finding out user location we use web services sometimes that gives location based on IP address.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Silverlight Localization</title><link>http://forums.silverlight.net/forums/thread/131876.aspx</link><pubDate>Sun, 16 Nov 2008 13:58:11 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:131876</guid><dc:creator>r_honey</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/131876.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=131876</wfw:commentRss><description>&lt;p&gt;Does the approach of localization (resource files with names containing the locales they are meant for) works for Silverlight too?? Or is there any other specific measure because multiple resource files would increase the .xap size redundantly??&lt;/p&gt;&lt;p&gt;Secondly, when I added a reference to System.Xml.Linq to my SL app, it dropped multiple localized dlls to the bin directory (one each in folders de, es etc.) I analyzed those dlls with Reflector. They basically just contain localized strings with no code. My first question is this could be done with a .resx file also (as with ASP.NET). Why an assembly is required?? Also, these assemblies appear to be useless as the .xap contains only the main System.Xml.Linq dll. After the client has downloaded the .xap, how come these dlls come into play?? They just seem like lying there good for nothing.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>