## Chapter 14 Localization - I18N/L10N Usage and Setup **Table of Contents** * 14.1 [ Synopsis](l10n.html#L10N-SYNOPSIS) * 14.2 [The Basics](l10n-basics.html) * 14.3 [Using Localization](using-localization.html) * 14.4 [Compiling I18N Programs](l10n-compiling.html) * 14.5 [Localizing DragonFly to Specific Languages](lang-setup.html) ***Contributed by Andrey A. Chernov. Rewritten by Michael C. Wu. *** ## 14.1 Synopsis DragonFly is a very distributed project with users and contributors located all over the world. This chapter discusses the internationalization and localization features of DragonFly that allow non-English speaking users to get real work done. There are many aspects of the i18n implementation in both the system and application levels, so where applicable we refer the reader to more specific sources of documentation. After reading this chapter, you will know: * How different languages and locales are encoded on modern operating systems. * How to set the locale for your login shell. * How to configure your console for non-English languages. * How to use X Window System effectively with different languages. * Where to find more information about writing i18n-compliant applications. Before reading this chapter, you should: * Know how to install additional third-party applications ([Chapter 4](pkgsrc.html)). CategoryHandbook Category