SilverlightShow: Internationalization / localization in Silverlight 2 Beta 2 Comments
http://www.silverlightshow.net/
Silverlight articles, Silverlight tutorials, Silverlight videos, Silverlight samplesen-usSilverlightShow.netestoychev@completit.com (Emil Stoychev)Argotic Syndication Framework, http://www.codeplex.com/Argotichttp://www.rssboard.org/rss-specificationRE: Internationalization / localization in Silverlight 2 Beta 2
http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspx#comment897
<p>The AG_E_PARSER_UNKNOWN_TYPE error is due to the constructor <ResourceFileName>.Designer.cs set to internal. Remember, every time you change something in the files <ResourceFileName>.Designer.cs or ... . resx, the constructor changes to 'internal' and has to be rechanged to 'public'.</p> ( frankvetter)http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspxMon, 12 Jan 2009 10:56:46 +0300RE: Internationalization / localization in Silverlight 2 Beta 2
http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspx#comment864
<p>I'm working with the final release and I also have a AG_E_PARSER_UNKNOWN_TYPE Parse error on the </p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: yellow;">
<UserControl.Resources></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: yellow;">
<Res:Page_xaml x:Name=<span style="color: rgb(0, 96, 128);">"PageStrings"</span> /></pre>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: yellow;">
</UserControl.Resources></pre>
<p>But it just happens on my project. Not the sample project. why ?</p> ( Tiago Andrade e Silva)http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspxTue, 23 Dec 2008 09:37:23 +0300RE: Internationalization / localization in Silverlight 2 Beta 2
http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspx#comment664
<p>I think found it. You have to set the <ResourceFileName>.Designer.cs generated file constructor to public</p> ( Oscar)http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspxWed, 12 Nov 2008 15:16:29 +0300RE: Internationalization / localization in Silverlight 2
http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspx#comment656
<p>Hi Jogai,</p>
<p>This article is specific for Silverlight 2 <strong>Beta 2</strong>. I don't recommend using this examples with the official release.</p>
<p>I'll write another article as soon as possible.</p> ( nikolayraychev)http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspxTue, 11 Nov 2008 06:42:00 +0300RE: Internationalization / localization in Silverlight 2
http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspx#comment655
<p>I can get the example to work but I receive an error between: </p>
<pre style="border-style: none; margin: 0em; padding: 0px; overflow: visible; font-size: 8pt; width: 100%; color: black; line-height: 12pt; font-family: consolas,'Courier New',courier,monospace; background-color: yellow;">
<UserControl.Resources>
</pre>
<p>The error is: AG_E_PARSER_UNKNOWN_TYPE</p> ( Jogai)http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspxTue, 11 Nov 2008 06:22:19 +0300RE: Internationalization / localization in Silverlight
http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspx#comment389
<p>Thanks for the link. Please note Guy Smith-Ferrier of .net Internationalization book is presenting at Re-Mix UK at 9am on Friday the 19th Sept for anyone who has interest in this topic</p> ( slyi)http://www.silverlightshow.net/items/Internationalization-localization-in-Silverlight.aspxSat, 13 Sep 2008 04:03:33 +0300