Associate Locale

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/locale
API call form
Examples
List of examples
  • Associate a locale to a user
  • Associate a locale to a share
Description

Set the default language (locale) of the user. Datasets and dashboards will initially open with this selected language.

Install
pip install luzmo-sdk
Example Response
200
400
500
{
  "id": "fr",
  "description": "français",
  "created_at": "2014-12-14T23:00:00.000Z",
  "updated_at": "2014-12-14T23:00:00.000Z"
}