> For the complete documentation index, see [llms.txt](https://r2northstar.gitbook.io/r2northstar-wiki/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://r2northstar.gitbook.io/r2northstar-wiki/chinese/modding-and-development/getting-started/what-is-squirrel/settingmodsintro/the-language-file.md).

# 关于本地化语言文件

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
