Language Support

Maemo platform doesn't support every language Canola is translated. Since Canola relies on Maemo, actually GNU/LibC, to select and use languages, you need to add support for these missing languages before being able to use them.

There are two category of missing support:

Supported but not listed

You just have to set environment variable LC_MESSAGES=code. You can do this by creating the file /home/user/.canola/environment. For example, Russian (ru_RU) would be:

export LC_MESSAGES=ru_RU

Unsupported by Maemo

In addition to previous step you also need to have scratchbox setup and follow the great tutorial at wolfg's blog - How to add new locale to Nokia 770.