> For the complete documentation index, see [llms.txt](https://doc.5v8.im/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.5v8.im/gta/lexis/china.md).

# Lexis设置中文

### **错误节点提示** <a href="#hint" id="hint"></a>

**2024.12.14后，部分用户注入时可能会提示因为错误节点导致无法登录，此方案可以解决你的问题**

> **这段代码通过检查Windows系统设置来计算系统位于中国大陆的可能性（0-100分）：**
>
> **系统区域设置（简体中文得30分）**
>
> **时区（UTC+8得20分）**
>
> **系统语言（zh-CN得25分）**
>
> **字符集（GB2312/GBK得15分）**
>
> **键盘布局（中文得10分）**
>
> **所有得分相加，上限为100分。分数越高，表示系统越可能在中国大陆使用。**

### **设置中文** <a href="#chinese" id="chinese"></a>

**下载中文（一般不需要，在注入器选择国旗图标后会自动下载）**

{% embed url="<https://translate.lexis.re/projects/lexis/website/zh_Hans/>" %}

{% hint style="danger" %}
**如果找不到中文翻译请联系您购买的售后拿翻译中文**
{% endhint %}

**将下载的翻译放在**

> **`C:`\\`Users`\\`你的用户名`\\`Lexis`\\`Grand Theft Auto V`\\`ui`\\`translations`**

**注入成功后如图操作：**

<figure><img src="https://1734756017-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgoCYvvXN5D4X6fnJfQ2C%2Fuploads%2FSpS0i1DbozWaaKN44x32%2F%E4%B8%AD%E6%96%87.png?alt=media&#x26;token=bcbbb5ef-44d5-4a57-b41c-3067059f6dce" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**开启自动加载后需重新注入菜单就能显示中文了**
{% endhint %}


---

# 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://doc.5v8.im/gta/lexis/china.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.
