Skip to main content

Hi!

I'm trying to get a descriptions in Swedish when I call an API such as:

/AccountsHandling.svc/AccountSet

The API user’s default language is set to Swedish. There are Swedish tranlations availablie for accounts in the system, but I still only get them in English.

Is there some setting or parameter I can pass to the API to select a different translation?

 

Best regards 

 

 

Language is controlled by the “Accept-Language” Header.

e.g.:

accept-language: en-US,en

 

Sanjaya


Perfect. Thank you, ​@Sanjaya!

 

Best regards 


Reply