|
ELinks 0.19.1
|
#include <stdlib.h>#include <string.h>#include "elinks.h"#include "intl/libintl.h"#include "intl/gettext/gettextP.h"#include "util/error.h"#include "util/memory.h"#include "util/string.h"
Functions | |
| int | iso639_to_language (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 |
| struct module | gettext_module |
|
static |
| int get_system_language_index | ( | void | ) |
|
static |
| int iso639_to_language | ( | 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 |
| struct language languages[] |
| int system_language = 0 |