# 25.1.概述

FreeBSD 是一项分布式项目，用户和贡献者遍布全球。因此，FreeBSD 支持多种语言的本地化，允许用户以非英语语言查看、输入或处理数据。用户可以选择大多数主要语言，包括但不限于：中文、德语、日语、韩语、法语、俄语和越南语。

术语国际化已被缩写为 i18n，这代表了单词“internationalization”中第一个字母和最后一个字母之间的字母数。L10n 使用相同的命名规则，但用于“localization”一词。i18n/L10n 方法、协议和应用程序使用户能够使用他们选择的语言。

本章讨论了 FreeBSD 的国际化和本地化功能。阅读本章后，你将了解：

* 区域设置名称是如何构建的。
* 如何为登录 shell 设置区域设置。
* 如何为非英语语言配置控制台。
* 如何为不同的语言配置 Xorg。
* 如何找到符合 i18n 的应用程序。
* 如何找到更多关于配置特定语言的信息。

在阅读本章之前，你应该：

* 知道如何[安装额外的第三方应用程序](https://docs.freebsd.org/en/books/handbook/ports/#ports)。


---

# 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://book.bsdcn.org/hanbook/di-25-zhang-ben-di-hua-i18nl10n-de-shi-yong-he-she-zhi/25.1.-gai-shu.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.
