API Documentation >> API 2.0 Main >> Account Management >> Change Display Language
If you develop an application that's internationalized and localized, you can read the current display language for the authenticated user from his account entity. If an authenticated user switches the display language of your application you also should provide this change to his account.
https://api.cardmarket.com/ws/v2.0/account/language?idDisplayLanguage=
idDisplayLanguage
(query parameter)
1
: English2
: French3
: German4
: Spanish5
: ItalianNone, i. e. zero-length body, as the data to be changed is specified by the query parameter already.
PUT https://api.cardmarket.com/ws/v2.0/account/language?idDisplayLanguage=1
PUT https://api.cardmarket.com/ws/v2.0/account/language?idDisplayLanguage=3