Languages List

The Languages object represents the languages that are supported by the Finesse Desktop.

The Languages object is structured as follows:

Code Snippet
Copy
{
  "Language":
  [
    {
      "locale":"da_DK",
      "displayName":"Dansk"
    },
    {
      "locale":"de_DE",
      "displayName":"Deutsch"
    },
    {
      "locale":"en_US",
      "displayName":"English"
    },
  ]
}