> For the complete documentation index, see [llms.txt](https://handbook.bsdcn.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://handbook.bsdcn.org/di-26-zhang-ben-di-hua-i18nl10n-de-shi-yong-he-she-zhi/26.3.-xun-zhao-i18n-ying-yong-cheng-xu.md).

# 26.3.寻找 i18n 应用程序

i18n 应用程序使用库中的 i18n 工具包编写。这些工具包能让开发人员编写简单的文件，将显示的菜单和文本翻译为每种语言。

[FreeBSD Ports](https://ports.freebsd.org/) 包含许多内置支持宽字符或多字节字符的应用程序，适用于多种语言。这些应用程序的名称中包含 `i18n`，以便于识别。然而，它们并不总是支持所需的语言。

一些应用程序可以使用特定字符集编译。这通常通过 Port 的 **Makefile** 或向 `configure` 传递值来完成。请参阅相应 FreeBSD Port 源码中的 i18n 文档以了解如何确定所需的 configure 值，或参考该 Port 的 **Makefile** 以确定在构建 Port 时使用哪些编译选项。
