Hello
We have problem with using IsoLineLayer.GetIsoFeatures on a machine with Swedish number format.
Apparently MapSuiteCore ignores culture we set through C# code:
var currentUiCulture =
new
CultureInfo(
“en-GB”
,
true
);
Thread.CurrentThread.CurrentCulture = currentUiCulture;
Thread.CurrentThread.CurrentUICulture = currentUiCulture;
Seems that MapSuiteCore uses the system culture.
I’ve created a light sample to recreate the problem. In order to recreate the problem you need to set the culture to Swedish culture.
It’s critical issue because we need to make sure that our software has same behavior in all systems with different cultures as our software is using by international customers.
Regards,
Shahin
ThinkgeoShapeFileCulture.zip (44.4 KB)