# 如何修改 Google 语言？

## 方法一、通过 Google 账户设置（推荐）

{% hint style="success" %}
**优势**：该语言设置会同步到所有 Google 所有相关服务，比如Gmail、Youtube等。
{% endhint %}

#### 操作步骤：

1. **访问并登录 Google 账户：**&#x6253;开 [myaccount.google.com](https://myaccount.google.com/)&#x20;
2. **进入个人信息：**&#x70B9;击左侧菜单 **个人信息 (Personal info)**，或直接访问：[myaccount.google.com/personal-inf](https://myaccount.google.com/personal-info)
3. **找到语言设置：**&#x5411;下滚动至 **网页通用偏好设置 (General preferences for the web)**，点击 **语言 (Language)；**
4. **选择语言：**&#x70B9;击 ✏️ 编辑图标，下拉选择选择 **中文（简体）** 或 **中文（繁體），**&#x53EF;点击 **添加其他语言 (Add another language)** 添加备选语言，将我们的主语言置顶。
5. **完成设置：**&#x7CFB;统自动保存，刷新页面查看效果

## 方法二、通过浏览器地址栏（快速）

{% hint style="success" %}
**优势**：可快速临时切换语言。
{% endhint %}

在网址末尾添加参数：

* 简体中文：?hl=zh-CN
* 繁体中文：?hl=zh-TW
* 英文：?hl=en

> 示例：gemini.google.com?hl=zh-CN

## 语言设置常见问题

#### Q1：**修改后没有立即生效？**

A：清除浏览器缓存和 Cookie、退出账户后重新登录、等待 1-2 分钟后刷新页面

#### **Q2:不同设备的语言是否同步？**

A：是的，通过方法一修改会自动同步到所有设备

#### Q3：**如何修改特定服务的语言？**

* **Gmail**：设置 (Settings) → 查看所有设置 (See all settings) → 语言 (Language)
* **YouTube**：点击头像 → 语言 (Language)


---

# Agent Instructions: 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:

```
GET https://docs.2sj.ai/gemini/faq/language.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
