---
title: "PUT accounts/{id}/change-lang"
method: PUT
path: "/accounts/{id}/change-lang"
tags: ["Accounts"]
---

# PUT accounts/{id}/change-lang

`PUT /accounts/{id}/change-lang`

Change Language

## Request body

- object
  - `lang` string

## Response `200`

OK

- Account
  - `uid` integer
  - `crdate` integer
  - `tstamp` integer
  - `crdate_formatted` string
  - `tstamp_formatted` string
  - `username` string
  - `first_name` string
  - `middle_name` string
  - `last_name` string
  - `title` string
  - `verified_time` integer
  - `hidden_account` integer
  - `mobile` string
  - `full_name` string
  - `lang` string

---

[API](https://skmtc.dev/shopbox/apis/shopbox-api.md) · [All operations](https://skmtc.dev/shopbox/apis/shopbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/shopbox/shopbox-api/revisions/f1847469718c/schema)
