# 关于本地化语言文件

This follows a fairly simple template, the only thing of note is that you often get strange behaviour using `utf-8` when saving the file instead of using `utf-16 le`

```
"lang"
{
	"Language" "english"
	"Tokens"
	{
		"MODE_SETTING_CATEGORY_SIMPLERANDOMISER" "Simple Randomiser"
		"SIMPLERANDOMISER" "Randomise"
	}
}
```

Name this file simplerandomiser\_localisation\_english.txt and place it in the `yourmodsname/mod/resources/` folder


---

# 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://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/settingmodsintro/the-language-file.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.
