We are using the xmlrpc API of Odoo. When making requests to models like account.account, we get the information back in French. If I add { context: { lang: "
"en_GB" } } to the request it's returned in English.
But where can one decide what the default language is that the API will use to return the data in? Preferably in the UI.
Hi! This was indeed first put on French, but after changing this, the data is still returned in French instead of English. So it seems that this doesn't have an influence on it. I think changing that field only has impact on the UI of Odoo, and not in what language data is returned through the API.