Language Settings

Switch the interface language without restarting the app

What It Does

TorlyAI supports multiple interface languages. Switch between English and Simplified Chinese instantly — no restart required. The entire UI updates in place, including navigation, buttons, labels, and status messages.

Supported Languages

English

Default

Full interface localisation. All documentation and agent prompts in English.

Simplified Chinese (zh-CN)

Complete UI translation covering all navigation, dialogs, buttons, status messages, and error text. Agent conversations remain in English by default, but agents will respond in Chinese if you write to them in Chinese.

How to Switch

  1. 1
    Open Settings — click the gear icon or press Cmd+,
  2. 2
    Find Language — look for the language toggle in the Appearance section
  3. 3
    Select your language — the UI updates immediately, no restart needed

What Changes

Translated

  • Navigation menus and sidebar
  • Button labels and tooltips
  • Dialog text and form labels
  • Status messages and notifications
  • Error messages

Not Translated

  • Agent conversation content (follows your language)
  • Business plan content (generated in your language)
  • API keys and technical identifiers
  • Third-party content from MCP sources

Technical Notes

  • Localisation uses react-i18next with the useTranslation() hook
  • Language preference is persisted in your preferences file and restored on launch
  • Switching is instant — no page reload or app restart required
  • Additional languages can be added by contributing translation files

Related