|
ELinks 0.19.1
|
#include <locale.h>#include <stdio.h>#include <stdlib.h>#include <string.h>#include "elinks.h"#include "intl/libintl.h"#include "util/env.h"
Functions | |
| int | iso639_to_language (const char *iso639) |
| const char * | language_to_iso639 (int language) |
| int | name_to_language (const char *name) |
| char * | language_to_name (int language) |
| int | get_system_language_index (void) |
| void | set_language (int language) |
| static void | init_gettext (struct module *module) |
| static void | done_gettext (struct module *module) |
Variables | |
| int | current_charset = -1 |
| struct language | languages [] |
| int | system_language = 0 |
| int | current_language = 0 |
| char * | LANGUAGE |
| struct module | gettext_module |
|
static |
| int get_system_language_index | ( | void | ) |
|
static |
| int iso639_to_language | ( | const char * | iso639 | ) |
| const char * language_to_iso639 | ( | int | language | ) |
| char * language_to_name | ( | int | language | ) |
| int name_to_language | ( | const char * | name | ) |
| void set_language | ( | int | language | ) |
| int current_charset = -1 |
| int current_language = 0 |
| struct module gettext_module |
| char* LANGUAGE |
| struct language languages[] |
| int system_language = 0 |