> For the complete documentation index, see [llms.txt](https://manual.trancy.org/en/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.trancy.org/en/get-started/use-learning-deck/account-settings.md).

# Account settings

Account Settings is where you control how Trancy works for you in the Learning Center. From one place you can set the interface language, tell Trancy your native language, choose the language you are learning, switch the theme, and check your subscription and sign-in details. To open it, sign in at learn.trancy.org and click the three dots next to your avatar in the lower-left corner.

Link：<https://learn.trancy.org/settings>

<figure><img src="/files/XUbcZ0iALn4bWQmLOwPj" alt="Trancy Learning Center Settings screen showing UI Language, Mother Language, and Learning Language options, a Theme preference, and an Account section with email, reset password, and subscription details."><figcaption></figcaption></figure>

### Interface, native, and learning language

The settings page has three separate language controls. UI Language sets the language of the Trancy interface itself. Mother Language is the language you already speak, which Trancy uses as the translation target. Learning Language is the language you are studying. Set each one to match how you want to study, and Trancy adjusts its subtitles, translations, and tools accordingly.

Trancy lets you learn up to 10 languages, and the interface is available in many more languages so speakers of different native languages can use it comfortably. As of June 5, 2026, Trancy's website can be switched between English, Simplified Chinese, Traditional Chinese (Taiwan and Hong Kong variants), Japanese, Korean, Arabic, Turkish, Russian, Vietnamese, Thai, German, Spanish, French, Portuguese, Hindi, Italian, Indonesian, and Persian.

EDITOR TODO: Confirm the exact current set of learning languages in-product. The homepage states Trancy supports learning up to 10 languages, but the public site does not enumerate that specific list (the learning-language options appear in the in-product settings dropdown). The set changes over time, so verify and date it rather than hard-coding a fixed list.

### Theme

Under Preferences you can change the theme to customize the color scheme of the Learning Center, such as switching between light and dark. The standard themes are free; some premium themes are part of Trancy Premium.

### Subscription and membership

The Account section shows your sign-in email, lets you reset your password, and displays your subscription status, including your plan and its expiration date, with options to resubscribe. For full details on plans and what each tier includes, see [Premium](/en/billing-and-plans/premium.md), and for managing or canceling your plan, see [Subscription](/en/billing-and-plans/subscription.md).

### Sync and devices

Your settings and study data are tied to your Trancy account, so they stay consistent wherever you sign in. You can use one Trancy account on up to 6 devices at the same time, and your words, sentences, and saved videos sync across them.

### Frequently asked questions

**What languages can I learn?**

Trancy supports learning up to 10 languages, and you choose yours under Learning Language in settings. The exact list changes over time, so check the current options in the settings dropdown rather than relying on a fixed list here.

**How do I change my native language?**

Open settings and change the Mother Language option. This is the language Trancy translates into for you, separate from the UI Language that controls the interface.

**How many devices can I use?**

You can use one Trancy account on up to 6 devices at the same time, with your data kept in sync across them.

**Where do I manage my subscription?**

Your subscription status appears in the Account section of settings. To compare plans see Premium, and to manage or cancel your plan see Subscription.

*Last updated: June 5, 2026*


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://manual.trancy.org/en/get-started/use-learning-deck/account-settings.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
