2.4. Localization

Default language of user interface is English, and national characters are encoded in UTF-8. For proper displaying of national chars in other languages you must have appropriate locales. E.g. for polish language it'll be following command:

# localedef -v -c -i pl_PL -f UTF-8 /usr/share/locale/pl_PL.UTF-8
Instructions about database encoding settings in follow-up of this chapter.