<div dir="ltr">Hi Bruno,<div><br></div><div>Already try,but no effect.</div><div><br></div><div>The currentculture before and after the shapefile creation is always the same.</div><div>The same for the property : NumberDecimalSeparator</div><div><br></div><div>I wonder if it's not a problem with the version of my fdo provider  (3.8)</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-07-29 10:43 GMT+02:00 Bruno Scott <span dir="ltr"><<a href="mailto:bscott@geomapgis.com" target="_blank">bscott@geomapgis.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Jacky and Hi Jérôme,<br>
I've seen this, i think...<br>
<br>
2 things to try<br>
<br>
A)<br>
 try plaing with the regional setting on the server side.<br>
<br>
B) add this before your code<br>
  string strCulture = <a href="http://Thread.CurrentThread.CurrentCulture.Name" rel="noreferrer" target="_blank">Thread.CurrentThread.CurrentCulture.Name</a>;<br>
  Thread.CurrentThread.CurrentCulture = new CultureInfo("en-US", false);<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/decimal-separator-problem-tp5217353p5217497.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/decimal-separator-problem-tp5217353p5217497.html</a><br>
<span class="">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
mapguide-users mailing list<br>
</span><a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" rel="noreferrer" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a></blockquote></div><br></div>