Introduction

A locale is what defines the language, encoding, etc on your system.

Default locale

To know the default locale(s) of your system, go to /var/lib/locales/supported.d/:

 cd /var/lib/locales/supported.d/

you should have, at least:

 local

which defines the default locale.

List installed locales

To list the locales already installed on your computer, open a terminal:

 locale -a

Add a locale

To add chinese from China Mainland locale, open a terminal:

 sudo locale-gen zh_CN.UTF-8

Ubuntu documentation has a page for locales management.

Documentation/Locales (last edited 2010-05-01 16:52:15 by pitof)

gNewSense is a project developed by volunteers all over the world and it's supported by the Free Software Foundation.

The content in this Web site can be used as follows:

All documentation is available under the terms of the GFDL with no invariant sections. (note on the license)

Artwork is Free Cultural Work and is available under the terms of the cc-by-sa license.