Question

How to specify the different language instead of English while creating a new accounts using XML API request?

Answer

By default locale English locale is set to the account. It can be changed by adding following parameters:

<member> 
<name>Lang</name> 
<value><string>de_DE</string></value> 
</member> 

Please check PBA-E documentation for more information.

Internal content