# 24. 語系

本章從管理員的角度描述可用的本地化語系功能。PostgreSQL 支援兩種本地化的功能：

* 使用作業系統的區域設定功能來提供特定於語言環境的資料排序、數字格式、翻譯的訊息和其他方面。這在[第 24.1 節](/15/server-administration/localization/locale-support.md)和[第 24.2 節](/15/server-administration/localization/collation-support.md)中有介紹。
* 提供許多不同的字元集以支援各種語言的儲存檔案，並在用戶端和伺服器之間提供字元集轉換。這在[第 24.3 節](/15/server-administration/localization/character-set-support.md)中有介紹。


---

# 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.postgresql.tw/15/server-administration/localization.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.
