On my system, the "Export Training Data for Deep Learning" Tool seems to export label xml files with a comma as decimal separator see image.
However, the ArcGis Python API function prepare_data expects float values to be separeted by a dot.
I'm using python arcgis 1.6.2 and arcgispro 2.3.
My Windows 10 region format is already set to use . as decimal sign:

How do get my system to create these xmls with dots.
I looked for a way to set the decimal separator in the ArcGis Pro Options, but I couldn't find anything.
