When you are importing data from a locale other than the locale you are using, you must add additional information in the XML file. The <export> node must contain additional data. The following is an example:
<export LCID="1033" Date="M/d/yyyy" Time="h:mm:ss tt" NumDec="." CurDec=".">
The LCID value must be the locale id for the data's locale as specified on the following web site in the LCIDDec column: https://msdn.microsoft.com/en-us/goglobal/bb895996.aspx
The Date value specifies the date format.
The Time value specifies the time format.
The NumDec value specifies the character used as a decimal in numeric values.
The CurDec value specifies the character used as a decimal in currency values.