Data Fields | |
| char | lang [16] |
| char | region [16] |
| long | priority |
| int | availability |
| int | selectedlang |
Definition at line 33 of file gettext.c.
| char _lang_pref::lang[16] |
the language locale string
Definition at line 34 of file gettext.c.
Referenced by httplang_to_locale().
| char _lang_pref::region[16] |
the region locale string
Definition at line 35 of file gettext.c.
Referenced by httplang_to_locale().
| long _lang_pref::priority |
which priority does it have
Definition at line 36 of file gettext.c.
Referenced by httplang_to_locale().
is this the selected language?
Definition at line 38 of file gettext.c.
Referenced by httplang_to_locale().
1.5.2