Locale can be associated to entities such as Users, Organizations or Authorization tokens to set the default language for that specific entity. E.g. Associating a locale to a user will make sure that dashboards for that user are opened in a specific language. Associating a locale to an organization will set a default locale for all users in that organization.
Each user can fetch locales of the platform.
npm install @luzmo/nodejs-sdk{
"count": 1,
"rows": [
{
"id": "en-US",
"description": "English (United States)",
"created_at": "2022-04-15T11:05:33.407Z",
"updated_at": "2022-04-15T11:05:33.407Z"
}
]
}