Report a Silverlight Bughttp://forums.silverlight.net//28.aspx/1?Report+a+Silverlight+BugFound a bug in Silverlight? Use this forum to describe the bug and the code or steps to reproduce it.Mon, 01 Jan 0001 00:00:00 -05002812137http://forums.silverlight.net//p/4142/12137.aspx/1?Problem+with+local+configurationProblem with local configuration <p>I am&nbsp;developing silverlight applications using both XAML an C# languages. I've found the following problem:</p> <p>I've computer local configuration in spanish (dot as thousands separator, and comma as decimal point), when I run the following code, it runs fine ([ 1 ])</p> <p>MyArcSegment.Size = new Point(27 , 27); [&nbsp;1 ]</p> <p>However, when I use floating point numbers, this stops working.([&nbsp;2 ])</p> <p>MyArcSegment.Size = new Point(27.5 , 27.5); [&nbsp;2 ] </p> <p>If I change the local configuration from spanish to english(dot as decimal, and comma as&nbsp;thousands separator), it works fine.</p> <p>There&nbsp;seems to be a problem with Point Class when used in local configurations other than english.</p> <p>Best regards</p> <font color="#ffffff" size="2"> <p><font color="#00ff00"></font></font>&nbsp;</p> <font color="#00ff00" size="2"> <p>&nbsp;</p> </font> 2007-08-27T14:24:46-04:0012293http://forums.silverlight.net//p/4142/12293.aspx/1?Re+Problem+with+local+configurationRe: Problem with local configuration <p>Thank you, Iván.&nbsp; I checked with the product group and this is a known issue.</p> 2007-08-28T20:33:27-04:00