Usage of Field Labels at XML Request

Usage of Field Labels at XML Request

Dear CRM support team,

We are trying to integrate ZOHO CRM in our application,

We found that ZOHO CRM API gives CRM object fields in this format:

<FL val="Case Origin"><![CDATA[Email]]></FL>

Field labels are provided as an attribute; in our case, we need to create XML node with ZOHO CRM field names. Which is practically not possible; with such type of responses,

The reason is... Field Labels contains space (" ") between field names e.g. First Name and Last Name. This kills the parsing.

Is this the standard mechanism to provide Field Labels in response?
If we change the localization settings in our account settings; Will i still receive the Field Labels in English language?