Configure the Widget UI Language

UI Language

CINNOX supports four languages:

  1. English = “en”
  2. Traditional Chinese = “zh-hant”
  3. Simplified Chinese = “zh-hans”
  4. Japanese = "ja"

The default UI language is set in the Widget Configuration menu of the CINNOX Dashboard.

Define the “lang” attribute of the HTML tag to switch to another supported language.

For example, to set the UI language to Simplified Chinese:

<!DOCTYPE html>
<html lang="zh-hans">
<head>
...
</body>
</html>